v0.9.3: fixed wand of blast wave declaring hero death incorrectly
This commit is contained in:
parent
25f9c66f4d
commit
e076c02c5a
|
@ -90,10 +90,6 @@ public class WandOfBlastWave extends DamageWand {
|
|||
throwChar(ch, trajectory, strength, false);
|
||||
}
|
||||
|
||||
if (ch == Dungeon.hero){
|
||||
Dungeon.fail( getClass() );
|
||||
GLog.n( Messages.get( this, "ondeath") );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user