From 01c798bd3f3dcd6e9ae9329de318ce2d08f6cde3 Mon Sep 17 00:00:00 2001 From: SplinterGP Date: Thu, 13 Aug 2020 19:16:01 -0300 Subject: [PATCH] removes my ckey from the allowed list, used on test --- code/modules/organs/robolimbs_yw.dm | 2 +- code/modules/vore/appearance/sprite_accessories_yw.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/organs/robolimbs_yw.dm b/code/modules/organs/robolimbs_yw.dm index a8d2789789..db3b40781a 100644 --- a/code/modules/organs/robolimbs_yw.dm +++ b/code/modules/organs/robolimbs_yw.dm @@ -56,7 +56,7 @@ unavailable_to_build = 1 includes_tail = 0 suggested_species = "Vuplkanin" - whitelisted_to = list("dopiotl", "splintergp") + whitelisted_to = list("dopiotl") monitor_styles = "idle=idle;\ idle-eye=eyeidle;\ emptyinput=emptyinput;\ diff --git a/code/modules/vore/appearance/sprite_accessories_yw.dm b/code/modules/vore/appearance/sprite_accessories_yw.dm index 82aeb1340f..936b5859e5 100644 --- a/code/modules/vore/appearance/sprite_accessories_yw.dm +++ b/code/modules/vore/appearance/sprite_accessories_yw.dm @@ -179,7 +179,7 @@ desc = "" icon_state = "tails" do_colouration = 0 - ckeys_allowed = list("dopiotl", "splintergp") + ckeys_allowed = list("dopiotl") //ears @@ -215,4 +215,4 @@ desc = "" icon_state = "ears" do_colouration = 0 - ckeys_allowed = list("dopiotl", "splintergp") + ckeys_allowed = list("dopiotl")