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,12 +236,17 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.blastSubscription = null;
GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
name : 'Audio - Ho ho ho'
}
);
var play = GameLib.Utils.GetRandomIntInclusive(1,3);
if (play === 1) {
GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
name : 'Audio - Ho ho ho'
}
);
}
}
}
}.bind(this)