This commit is contained in:
Marvin Megavolt
2021-05-18 02:37:43 -05:00
parent d978adc7d2
commit 4113fc5bd0
4 changed files with 49 additions and 0 deletions
@@ -62,6 +62,8 @@ mob/living/get_effective_size()
//if(src.size_multiplier >= RESIZE_A_HUGEBIG || src.size_multiplier <= RESIZE_A_TINYMICRO) Will remove clothing when too big or small. Will do later.
previous_size = size_multiplier //And, change this now that we are finally done.
SEND_SIGNAL(src, COMSIG_MOBSIZE_CHANGED, src) //This SHOULD allow other shit to check when a mob changes size -Capn
//Now check if the mob can get the size action
if(!small_sprite)
small_sprite = new(src)