diff --git a/src/com/projectkorra/ProjectKorra/firebending/Combustion.java b/src/com/projectkorra/ProjectKorra/firebending/Combustion.java index b5f6b99e..6e279937 100644 --- a/src/com/projectkorra/ProjectKorra/firebending/Combustion.java +++ b/src/com/projectkorra/ProjectKorra/firebending/Combustion.java @@ -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); } }