diff --git a/21g30t1e75.js b/21g30t1e75.js index b8a49db..39e6f79 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -462,6 +462,8 @@ GameLib.CustomCode.prototype.createGameObject = function( gameObject = this.powerups.shift(); this.grid[gameObject.position.x][gameObject.position.y].dispose(); } + + return gameObject; }.bind(this);