Change rupture animation

This commit is contained in:
AlexTheCoder 2016-07-03 05:43:05 -04:00
parent e57910985c
commit f1733875eb

View File

@ -348,7 +348,7 @@ public class GolemRupture extends BossAbility<GolemCreature, IronGolem>
_items.add(item);
// Effect
loc.getWorld().playEffect(block.getLocation(), Effect.STEP_SOUND, Material.DIRT.getId());
loc.getWorld().playEffect(block.getLocation(), Effect.STEP_SOUND, Material.STONE.getId());
done++;
}