Add explosion to the end of Combustion

This commit is contained in:
MistPhizzle 2014-09-06 11:41:27 -04:00
parent 3ba8a6d273
commit 7a709e7d19

View file

@ -152,6 +152,7 @@ public class Combustion {
if (instances.containsKey(player)) {
Combustion combustion = instances.get(player);
combustion.createExplosion(combustion.location, combustion.power, breakblocks);
ParticleEffect.EXPLODE.display(combustion.location, (float) Math.random(), (float) Math.random(), (float) Math.random(), 0, 3);
}
}