Fixes missing colouration of station holomap

This commit is contained in:
Cerebulon
2022-03-26 20:48:12 +00:00
parent 5c1be8a040
commit 21673c8801
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)