mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user