freezers will now actually protect their contents from explosions once. (#60875)

It's supposed to shield contents from explosions, not only itself.
This commit is contained in:
Ghom
2021-08-15 17:28:21 -04:00
committed by GitHub
parent 8dc5883a73
commit bcc6e272a1
2 changed files with 3 additions and 1 deletions
@@ -1,5 +1,6 @@
/obj/structure/closet/secure_closet/freezer
icon_state = "freezer"
flags_1 = PREVENT_CONTENTS_EXPLOSION_1
var/jones = FALSE
/obj/structure/closet/secure_closet/freezer/Destroy()
@@ -24,6 +25,7 @@
if(jones)
return ..()
jones = TRUE
flags_1 ~= PREVENT_CONTENTS_EXPLOSION_1
/obj/structure/closet/secure_closet/freezer/kitchen
name = "kitchen cabinet"