no_lava fix, make sure simple explosions don't nuke the Syndicate base

This commit is contained in:
Mark van Alphen
2019-04-20 03:09:13 +02:00
parent c878f8e36e
commit 092773132d
6 changed files with 31 additions and 21 deletions
+2
View File
@@ -48,3 +48,5 @@ GLOBAL_LIST_INIT(active_jammers, list()) // List of active radio jam
GLOBAL_LIST_INIT(active_diseases, list()) //List of Active disease in all mobs; purely for quick referencing.
GLOBAL_LIST_EMPTY(mob_spawners) // All mob_spawn objects
GLOBAL_LIST_EMPTY(explosive_walls)