From 3b10ee3ad515b7b6eed29e655b188e26d1dd0dda Mon Sep 17 00:00:00 2001 From: DJSnapshot Date: Fri, 28 Feb 2014 17:32:29 -0800 Subject: [PATCH] Removing IPC whitelist requirement. --- code/modules/mob/living/carbon/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/species.dm b/code/modules/mob/living/carbon/species.dm index 349c5fd901..b046cce9c9 100644 --- a/code/modules/mob/living/carbon/species.dm +++ b/code/modules/mob/living/carbon/species.dm @@ -233,7 +233,7 @@ heat_level_2 = 3000 heat_level_3 = 4000 - flags = IS_WHITELISTED | NO_BREATHE | NO_SCAN | NO_BLOOD | NO_PAIN | IS_SYNTHETIC + flags = NO_BREATHE | NO_SCAN | NO_BLOOD | NO_PAIN | IS_SYNTHETIC blood_color = "#FFFFFF" flesh_color = "#AAAAAA" \ No newline at end of file