mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 22:55:22 +01:00
Fixes scaling mode toggle verb not persisting
Fixes "switch scaling mode" verb not updating the mob var that the icon update code now relies on and therefore reverts the ingame toggled setting back to saved pref setting whenever icon update happens.
This commit is contained in:
@@ -821,6 +821,7 @@
|
||||
set category = "Preferences"
|
||||
set desc = "Switch sharp/fuzzy scaling for current mob."
|
||||
appearance_flags ^= PIXEL_SCALE
|
||||
fuzzy = !fuzzy
|
||||
|
||||
/mob/living/examine(mob/user, infix, suffix)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user