diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm index 6f96b5e3e02..185dab89945 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm @@ -94,6 +94,7 @@ visible_message("[src] suddenly twists and changes shape, becoming a copy of [target]!") var/mutable_appearance/ma = new(target) + ma.verbs = verbs ma.alpha = max(ma.alpha, 150) //fucking chameleons ma.transform = initial(target.transform) //will this ever be non-null?