Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 26, 2023
1 parent 91271b9 commit 1013ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ SUBSYSTEM_DEF(minimaps)
if(!isxeno(user))
return
if(png_asset_only)
map_list = GLOB.uscm_flat_tacmap_png_asset
map_list = GLOB.xeno_flat_tacmap_png_asset
else
map_list = GLOB.xeno_flat_tacmap

Expand Down Expand Up @@ -385,7 +385,7 @@ SUBSYSTEM_DEF(minimaps)
faction_clients += client
COOLDOWN_START(src, flatten_map_cooldown, flatten_map_cooldown_time)
var/flat_tacmap_png = icon2html(flat_map, faction_clients, sourceonly = TRUE)
if(user_faction == FACTION_MARINE)
if(!isxeno(user))
GLOB.uscm_flat_tacmap_png_asset += flat_tacmap_png
else
GLOB.xeno_flat_tacmap_png_asset += flat_tacmap_png
Expand Down

0 comments on commit 1013ad8

Please sign in to comment.