Merge pull request #10807 from VOREStation/Icons/overmap

Replace all the overmap icons
This commit is contained in:
Aronai Sieyes
2021-07-03 16:32:25 -04:00
committed by GitHub
50 changed files with 179 additions and 124 deletions
@@ -22,7 +22,7 @@
for(var/ship in SSshuttles.ships)
var/obj/effect/overmap/visitable/ship/S = ship
overmap_ships.Add(list(list(
"name" = S.scanner_name || S.name,
"name" = S.name,
"ref" = REF(S),
)))
data["overmap_ships"] = overmap_ships