Keeping up with the Jones.

Nukeproof fridges.
This commit is contained in:
KasparoVy
2017-03-19 05:49:07 -04:00
parent 40c75f6b72
commit 1c556648c6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ var/round_start_time = 0
M.client.screen += cinematic
if(M.stat != DEAD)
var/turf/T = get_turf(M)
if(T && is_station_level(T.z))
if(T && is_station_level(T.z) && !istype(M.loc, /obj/structure/closet/secure_closet/freezer))
M.dust() //no mercy
//Now animate the cinematic
@@ -1,4 +1,5 @@
/obj/structure/closet/secure_closet/freezer
desc = "It's an immobile card-locked refrigerative storage unit. This one is lead-lined."
/obj/structure/closet/secure_closet/freezer/update_icon()
if(broken)