Merge pull request #7368 from VOREStation/Verkister-patch-1

Fixes morph TF overwriting its verbs
This commit is contained in:
Novacat
2020-04-21 16:09:00 -04:00
committed by GitHub
@@ -94,6 +94,7 @@
visible_message("<span class='warning'>[src] suddenly twists and changes shape, becoming a copy of [target]!</span>")
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?