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:
Verkister
2021-03-21 20:54:30 +02:00
committed by GitHub
parent 110aca2482
commit 08aa31560b
+1
View File
@@ -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)
. = ..()