mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
Merge pull request #8477 from Cerebulon/holomaps
Fixes missing colouration of station holomap
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user