fixes malf AIs being able to overload the nuke and gateway (#17718)

This commit is contained in:
atteria
2022-05-02 12:14:14 +01:00
committed by GitHub
parent 61fd10d12a
commit 02e9ffe3a5
2 changed files with 2 additions and 0 deletions
@@ -18,6 +18,7 @@ GLOBAL_VAR(bomb_set)
icon_state = "nuclearbomb0"
density = 1
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
flags_2 = NO_MALF_EFFECT_2
anchored = TRUE
var/extended = TRUE
var/lighthack = FALSE
+1
View File
@@ -7,6 +7,7 @@ GLOBAL_DATUM_INIT(the_gateway, /obj/machinery/gateway/centerstation, null)
density = 1
anchored = 1
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
flags_2 = NO_MALF_EFFECT_2
var/active = 0
/obj/machinery/gateway/Initialize()