Change earthquake animations

This commit is contained in:
AlexTheCoder 2016-07-03 05:42:44 -04:00
parent 37d11cdd60
commit e57910985c

View File

@ -105,7 +105,7 @@ public class GolemEarthquake extends BossAbility<GolemCreature, IronGolem>
}
}
_center.getWorld().playSound(_center, Sound.DIG_GRASS, 2, 0.8F);
_center.getWorld().playSound(_center, Sound.DIG_STONE, 2, 0.8F);
HashSet<Player> toDamage = new HashSet<Player>();