From ab320ea0b86bf8eb7dd58283aec594c346bf7484 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Tue, 11 Aug 2015 11:36:41 +0100 Subject: [PATCH] Yeah the captains office should be radiated during rad storms --- code/modules/events/radiation_storm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index 4586ebb0..524c68a9 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -25,7 +25,7 @@ continue if(T.z != 1) continue - if(istype(T.loc, /area/maintenance) || istype(T.loc, /area/crew_quarters)) + if(istype(T.loc, /area/maintenance) || istype(T.loc, /area/crew_quarters/sleep)) continue if(istype(H,/mob/living/carbon/human))