v1.4.0: force cube now counts for friendly fire badge

This commit is contained in:
Evan Debenham
2022-07-31 14:50:36 -04:00
parent f5dba3b056
commit 6774e0a6c7
@@ -73,6 +73,7 @@ public class ForceCube extends MissileWeapon {
for (Char target : targets){
curUser.shoot(target, this);
if (target == Dungeon.hero && !target.isAlive()){
Badges.validateDeathFromFriendlyMagic();
Dungeon.fail(getClass());
GLog.n(Messages.get(this, "ondeath"));
}