mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Merge pull request #7368 from VOREStation/Verkister-patch-1
Fixes morph TF overwriting its verbs
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user