From e3dd5e4e5365de2aae3e293f9e128c0d5896b0cf Mon Sep 17 00:00:00 2001 From: killer653 Date: Tue, 3 Oct 2017 18:47:10 -0400 Subject: [PATCH] Small tweak --- code/modules/vore/eating/transforming_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/transforming_vr.dm b/code/modules/vore/eating/transforming_vr.dm index 6d2aaf33061..f100298cb51 100644 --- a/code/modules/vore/eating/transforming_vr.dm +++ b/code/modules/vore/eating/transforming_vr.dm @@ -215,7 +215,7 @@ if(!istype(M) || !istype(O)) return - if (M.species == "Promethean") //If the person was a promethean before TF, remove all their verbs! + if (M.species == "Promethean" && O.species != "Promethean") //If the person was a promethean before TF, remove all their verbs! M.verbs -= /mob/living/carbon/human/proc/shapeshifter_select_shape M.verbs -= /mob/living/carbon/human/proc/shapeshifter_select_colour M.verbs -= /mob/living/carbon/human/proc/shapeshifter_select_hair