From 858dbd6ddfbdf1ec3d2f37a5bdbc789e22069346 Mon Sep 17 00:00:00 2001 From: Wickedtemp Date: Tue, 6 Nov 2018 22:05:12 -0600 Subject: [PATCH] Allows for Whitelst As per the SCA for Tempest being approved, and so Zal doesn't have to manually add it to their character every time they log in. --- code/modules/mob/living/simple_animal/vore/shadekin/shadekin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/vore/shadekin/shadekin.dm b/code/modules/mob/living/simple_animal/vore/shadekin/shadekin.dm index c9a3856a238..19072aa6297 100644 --- a/code/modules/mob/living/simple_animal/vore/shadekin/shadekin.dm +++ b/code/modules/mob/living/simple_animal/vore/shadekin/shadekin.dm @@ -444,4 +444,4 @@ exclaim_verb = "mars" key = "m" machine_understands = 0 - flags = RESTRICTED | HIVEMIND + flags = WHITELISTED | HIVEMIND