Fixes symmetry scaling side views and runtime spam with sloshy footsteps (#6998)

Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
Verkister
2023-09-18 18:57:39 +03:00
committed by GitHub
parent ecd1696a26
commit 0c3e15ddb8
5 changed files with 27 additions and 18 deletions

View File

@@ -185,4 +185,9 @@ Maybe later, gotta figure out a way to click yourself when in a locker etc.
to_chat(src, "<span class='notice'>No shapeshift form set. (Requires a spawned mob to be varedited into the user's tf_form var as mob reference.)</span>")
return
else
transform_into_mob(tf_form, TRUE, TRUE, TRUE)
transform_into_mob(tf_form, TRUE, TRUE, TRUE)
/mob/living/set_dir(var/new_dir)
. = ..()
if(size_multiplier != 1 || icon_scale_x != 1 && center_offset > 0)
update_transform(TRUE)