mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Keep zone selection doll discolored
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user