mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 22:28:03 +01:00
small talk and railings
This commit is contained in:
@@ -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)
|
||||
*/
|
||||
Reference in New Issue
Block a user