far trigger launches fireworks

This commit is contained in:
ericrius1 2016-02-25 09:26:37 -08:00
parent 8f914c6673
commit 728612f9a7

View file

@ -29,6 +29,10 @@
_this.shootFireworks();
},
startFarTrigger: function() {
_this.shootFireworks();
},
clickReleaseOnEntity: function() {
_this.shootFireworks();
},