v2.0.1: fixed noisemakers exploding even if defused

This commit is contained in:
Evan Debenham
2023-03-21 12:38:22 -04:00
parent ad4e5ef898
commit d1cf366526

View File

@@ -89,7 +89,7 @@ public class Noisemaker extends Bomb {
}
}
if (bomb == null) {
if (bomb == null || bomb.fuse == null) {
detach();
} else if (Actor.findChar(cell) != null) {