mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Small tweak
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user