Keep zone selection doll discolored

This commit is contained in:
mochi
2020-08-23 20:17:44 +02:00
parent cc215f9313
commit 312932e70a
3 changed files with 6 additions and 1 deletions
+6 -1
View File
@@ -293,7 +293,12 @@
/obj/screen/zone_sel/update_icon(mob/user)
overlays.Cut()
overlays += image('icons/mob/zone_sel.dmi', "[selecting]")
var/image/human = image('icons/mob/zone_sel.dmi', "human")
human.appearance_flags = RESET_COLOR
overlays += human
var/image/sel = image('icons/mob/zone_sel.dmi', "[selecting]")
sel.appearance_flags = RESET_COLOR
overlays += sel
user.zone_selected = selecting
/obj/screen/zone_sel/alien
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 844 B

After

Width:  |  Height:  |  Size: 1.3 KiB