Change rupture animation
This commit is contained in:
parent
e57910985c
commit
f1733875eb
@ -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++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user