Merge pull request #8477 from Cerebulon/holomaps

Fixes missing colouration of station holomap
This commit is contained in:
Spookerton
2022-04-01 18:24:16 +01:00
committed by GitHub
4 changed files with 64 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
if(!cursor || reinit)
cursor = image('icons/holomap_markers.dmi', "you")
if(!legend || reinit)
legend = image('icons/effects/64x64.dmi', "legend_sc")
legend = image('icons/effects/64x64.dmi', "legend_cyno")
if(isAI)
T = get_turf(user.client.eye)

View File

@@ -168,7 +168,7 @@
/obj/machinery/station_map/update_icon()
if(!holomap_datum)
return //Not yet.
overlays.Cut()
if(stat & BROKEN)
icon_state = "station_mapb"