v0.3.0: implemented all cursed wand effects

This commit is contained in:
Evan Debenham
2015-05-23 03:18:51 -04:00
parent b707123f69
commit 053d594722
3 changed files with 148 additions and 11 deletions
@@ -72,7 +72,7 @@ public abstract class EquipableItem extends Item {
super.cast( user, dst );
}
protected static void equipCursed( Hero hero ) {
public static void equipCursed( Hero hero ) {
hero.sprite.emitter().burst( ShadowParticle.CURSE, 6 );
Sample.INSTANCE.play( Assets.SND_CURSED );
}