Fixes icon scaling on later byond versions

This commit is contained in:
Heroman
2019-06-26 15:45:43 +10:00
parent 0f824f7ed2
commit 3789ab51b7
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
character.weight_loss = pref.weight_loss
character.fuzzy = pref.fuzzy
character.appearance_flags -= pref.fuzzy*PIXEL_SCALE
character.appearance_flags |= KEEP_TOGETHER
character.resize(pref.size_multiplier, animate = FALSE)
/datum/category_item/player_setup_item/vore/size/content(var/mob/user)