Changeling Fix

Size and clothesplosion
This commit is contained in:
JaySparrow
2020-10-12 18:04:56 -05:00
parent 92d1fbaf1f
commit e536168d4f
6 changed files with 40 additions and 23 deletions
@@ -7,6 +7,12 @@ var/const/RESIZE_SMALL = 0.75
var/const/RESIZE_TINY = 0.50
var/const/RESIZE_MICRO = 0.25
//Moving these here - Jay
/mob/living
var/size_multiplier = 1 //multiplier for the mob's icon size atm
var/previous_size = 1
#define MOVESPEED_ID_SIZE "SIZECODE"
#define MOVESPEED_ID_STOMP "STEPPY"