mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 13:12:22 +00:00
icons
This commit is contained in:
@@ -9,7 +9,7 @@ var/global/list/map_sectors = list()
|
|||||||
|
|
||||||
/turf/unsimulated/map
|
/turf/unsimulated/map
|
||||||
icon = 'icons/turf/space.dmi'
|
icon = 'icons/turf/space.dmi'
|
||||||
icon_state = "map"
|
icon_state = "map0"
|
||||||
|
|
||||||
/turf/unsimulated/map/edge
|
/turf/unsimulated/map/edge
|
||||||
opacity = 1
|
opacity = 1
|
||||||
@@ -50,6 +50,7 @@ var/global/list/map_sectors = list()
|
|||||||
|
|
||||||
/turf/unsimulated/map/Initialize()
|
/turf/unsimulated/map/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
|
icon_state = "map[rand(0,6)]"
|
||||||
name = "[x]-[y]"
|
name = "[x]-[y]"
|
||||||
var/list/numbers = list()
|
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 |
@@ -443,6 +443,8 @@ ESCAPE_POD(1)
|
|||||||
vessel_mass = 2000
|
vessel_mass = 2000
|
||||||
vessel_size = SHIP_SIZE_SMALL
|
vessel_size = SHIP_SIZE_SMALL
|
||||||
shuttle = "NTC Calvera"
|
shuttle = "NTC Calvera"
|
||||||
|
icon_state = "calvera"
|
||||||
|
moving_state = "calvera_moving"
|
||||||
|
|
||||||
/obj/machinery/computer/shuttle_control/explore/explorer_shuttle
|
/obj/machinery/computer/shuttle_control/explore/explorer_shuttle
|
||||||
name = "takeoff and landing console"
|
name = "takeoff and landing console"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
name = "Sif"
|
name = "Sif"
|
||||||
desc = "A cold, Earth-like planet. Cynosure Station is located here."
|
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."
|
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(
|
map_z = list(
|
||||||
Z_LEVEL_STATION_ONE,
|
Z_LEVEL_STATION_ONE,
|
||||||
Z_LEVEL_STATION_TWO,
|
Z_LEVEL_STATION_TWO,
|
||||||
@@ -43,7 +45,7 @@
|
|||||||
name = "NLS CommRelay Sif-48"
|
name = "NLS CommRelay Sif-48"
|
||||||
desc = "A small satellite with multiple antennas, providing telecommuncation connections to groundside facilities."
|
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."
|
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(
|
initial_generic_waypoints = list(
|
||||||
"nav_telecomm_dockarm" //Tcomm sat docking
|
"nav_telecomm_dockarm" //Tcomm sat docking
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user