small talk and railings

This commit is contained in:
BongaTheProto
2022-05-06 21:43:14 -05:00
parent ec0583efc2
commit ff56882078
7 changed files with 40 additions and 13 deletions
@@ -1,11 +0,0 @@
/*
/mob/living/update_size(new_size)
. = ..()
if(!small_sprite)
small_sprite = new(src)
if(new_size >= (RESIZE_A_BIGNORMAL + RESIZE_NORMAL) / 2)
small_sprite.Grant(src)
else
small_sprite.Remove(src)
*/