This commit is contained in:
Greenjoe12345
2023-03-04 21:50:28 +00:00
parent ab7f5a8c3d
commit 81133a02f9
5 changed files with 7 additions and 2 deletions

View File

@@ -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()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

View File

@@ -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"

View File

@@ -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
)