mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
Merge pull request #5375 from Heroman3003/scaling-fix
Fixes icon scaling on later byond versions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user