diff --git a/21g30t1e75.js b/21g30t1e75.js index d930cf9..1c4ea7f 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1233,6 +1233,16 @@ GameLib.Event.Subscribe( }.bind(this) ) +GameLib.Event.Subscribe( + GameLib.Event.PARTICLES_ZERO, + function(data) { + if (data.component === this.particleEnginePickle) { + this.particleEnginePickle.enabled = false; + } + }.bind(this) +) + + GameLib.Event.Emit(GameLib.Event.GAME_LOADED); //@ sourceURL=entityLoaded.js \ No newline at end of file