You can now Indiana Jones one explosion. (#30961)

* You can now Indiana Jones the nuke.

* Update freezer.dm
This commit is contained in:
Iamgoofball
2017-09-23 23:33:20 -05:00
committed by KorPhaeron
parent a3bec953e7
commit ac67dfeaee
@@ -1,5 +1,12 @@
/obj/structure/closet/secure_closet/freezer
icon_state = "freezer"
var/jones = FALSE
/obj/structure/closet/secure_closet/freezer/ex_act()
if(!jones)
jones = TRUE
else
..()
/obj/structure/closet/secure_closet/freezer/kitchen
name = "kitchen Cabinet"