Update: CC - Before Render - Moorcow (a2ow5l92js.js) 49 bytes modified

beta.r3js.org
-=yb4f310 2017-11-24 14:51:13 +01:00
parent dcdc240b1d
commit 2875e0d589
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.setNextKanisterSpawnScore = function() {
this.kanisterSpawnScore = this.score + 100;
if (this.score > 200) {
this.kanisterSpawnScore = this.score + 200;
}