v2.0.1: fixed noisemakers exploding even if defused
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ public class Noisemaker extends Bomb {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (bomb == null) {
|
if (bomb == null || bomb.fuse == null) {
|
||||||
detach();
|
detach();
|
||||||
|
|
||||||
} else if (Actor.findChar(cell) != null) {
|
} else if (Actor.findChar(cell) != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user