Improves mob resizing (and UpdatePaths). (#75892)

This commit is contained in:
Ghom
2023-06-08 11:59:30 -06:00
committed by GitHub
parent 56cf96cf48
commit 3a8592d258
16 changed files with 133 additions and 79 deletions
@@ -0,0 +1,3 @@
# In this PR, the resize variable was renamed to current_size.
/mob/living/@SUBTYPES{resize = @ANY} : /mob/living/@SUBTYPES{@OLD;resize=@SKIP;current_size=@OLD:resize}