mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes symmetry scaling side views and runtime spam with sloshy footsteps (#6998)
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user