Update: CC - Before Render - Moorcow (autqzs1rvq.js) 111 bytes modified

beta.r3js.org
-=yb4f310 2017-11-18 13:22:00 +01:00
parent 6f75aadf72
commit 74535a38cf
1 changed files with 11 additions and 6 deletions

View File

@ -236,6 +236,10 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.blastSubscription = null;
var play = GameLib.Utils.GetRandomIntInclusive(1,3);
if (play === 1) {
GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
@ -244,6 +248,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
);
}
}
}
}.bind(this)
);