mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Actually fixes icon scaling on later byond versions
-Fixes the missing KEEP_TOGETHER flag required for overlay scaling in the newer versions. -Fixes it for all atoms, not just mobs that have gone through vore setup. Literally nothing needs mismatched overlay scaling. -Fixes the toggle scaling mode verb having been made to toggle the inheritance flag as well for no fucking reason what the hell. -Actually tested working before pushing.
This commit is contained in:
@@ -658,7 +658,6 @@
|
||||
set category = "Preferences"
|
||||
set desc = "Switch sharp/fuzzy scaling for current mob."
|
||||
appearance_flags ^= PIXEL_SCALE
|
||||
appearance_flags ^= KEEP_TOGETHER
|
||||
|
||||
/mob/living/examine(mob/user, distance, infix, suffix)
|
||||
. = ..(user, distance, infix, suffix)
|
||||
|
||||
Reference in New Issue
Block a user