diff --git a/code/modules/overmap/turfs.dm b/code/modules/overmap/turfs.dm index bf01ef5f97..0dd207284b 100644 --- a/code/modules/overmap/turfs.dm +++ b/code/modules/overmap/turfs.dm @@ -9,7 +9,7 @@ var/global/list/map_sectors = list() /turf/unsimulated/map icon = 'icons/turf/space.dmi' - icon_state = "map" + icon_state = "map0" /turf/unsimulated/map/edge opacity = 1 @@ -50,6 +50,7 @@ var/global/list/map_sectors = list() /turf/unsimulated/map/Initialize() . = ..() + icon_state = "map[rand(0,6)]" name = "[x]-[y]" var/list/numbers = list() diff --git a/icons/obj/overmap.dmi b/icons/obj/overmap.dmi index 20523513b3..5edcf88323 100644 Binary files a/icons/obj/overmap.dmi and b/icons/obj/overmap.dmi differ diff --git a/icons/turf/space.dmi b/icons/turf/space.dmi index 0263b8cb3c..b924283e84 100644 Binary files a/icons/turf/space.dmi and b/icons/turf/space.dmi differ diff --git a/maps/cynosure/cynosure_shuttles.dm b/maps/cynosure/cynosure_shuttles.dm index 497a850325..e71095bcfe 100644 --- a/maps/cynosure/cynosure_shuttles.dm +++ b/maps/cynosure/cynosure_shuttles.dm @@ -443,6 +443,8 @@ ESCAPE_POD(1) vessel_mass = 2000 vessel_size = SHIP_SIZE_SMALL shuttle = "NTC Calvera" + icon_state = "calvera" + moving_state = "calvera_moving" /obj/machinery/computer/shuttle_control/explore/explorer_shuttle name = "takeoff and landing console" diff --git a/maps/cynosure/overmap/sectors.dm b/maps/cynosure/overmap/sectors.dm index 669784b511..874341675b 100644 --- a/maps/cynosure/overmap/sectors.dm +++ b/maps/cynosure/overmap/sectors.dm @@ -3,6 +3,8 @@ name = "Sif" desc = "A cold, Earth-like planet. Cynosure Station is located here." scanner_desc = "The third planet in the Vir system. SCG membership registered 2332. Primary settlement: New Reykjavik. Sensors detect abundant flora and fauna. Atmosphere suitable for human habitation. High activity on communications wavebands." + icon_state = "globe2" + color = "#3C6269" map_z = list( Z_LEVEL_STATION_ONE, Z_LEVEL_STATION_TWO, @@ -43,7 +45,7 @@ name = "NLS CommRelay Sif-48" desc = "A small satellite with multiple antennas, providing telecommuncation connections to groundside facilities." scanner_desc = "An automated satellite in orbit of Sif. It is broadcasting NanoTrasen identification codes: VIR-524-285935." - icon_state = "object" + icon_state = "satellite1" initial_generic_waypoints = list( "nav_telecomm_dockarm" //Tcomm sat docking )