v2.0.1: fixed noisemakers exploding even if defused
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user