Boring changes to make everything look ok

This commit is contained in:
Aronai Sieyes
2021-06-29 21:22:36 -04:00
parent fb489e1edc
commit 787241124e
43 changed files with 75 additions and 87 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