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

This commit is contained in:
atteria
2022-05-02 04:14:14 -07:00
committed by GitHub
parent 61fd10d12a
commit 02e9ffe3a5
2 changed files with 2 additions and 0 deletions
+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()