Merge pull request #5375 from Heroman3003/scaling-fix

Fixes icon scaling on later byond versions
This commit is contained in:
Spades
2019-07-05 07:03:30 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -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)