mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Trade Shuttle Console Fix + Standardization (#25466)
* Trade Shuttle Console Fix + Standardization * Gets rid of other "Jupiter Station" references on trader spawn area
This commit is contained in:
@@ -4462,7 +4462,7 @@
|
||||
/area/centcom/specops)
|
||||
"oQ" = (
|
||||
/obj/machinery/door/poddoor/multi_tile/impassable/four_tile_ver{
|
||||
name = "Jupiter Station Central Access"
|
||||
name = "Trading Satellite Central Access"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/trader_station/sol)
|
||||
@@ -5873,7 +5873,7 @@
|
||||
dwidth = 4;
|
||||
height = 11;
|
||||
id = "trade_sol_base";
|
||||
name = "docking bay 2 at Jupiter Station";
|
||||
name = "docking bay at Trading Satellite";
|
||||
width = 9
|
||||
},
|
||||
/obj/structure/fans/tiny,
|
||||
@@ -12878,7 +12878,7 @@
|
||||
/area/shuttle/transport)
|
||||
"Tu" = (
|
||||
/obj/machinery/door/airlock/centcom/glass{
|
||||
name = "Jupiter Station Central Access"
|
||||
name = "Trading Satellite Central Access"
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/trader_station/sol)
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
|
||||
/area/trader_station/sol
|
||||
name = "Jupiter Station 6"
|
||||
name = "Trading Satellite"
|
||||
|
||||
/area/ghost_bar
|
||||
name = "Ghost Bar"
|
||||
|
||||
@@ -985,6 +985,7 @@
|
||||
/obj/machinery/computer/shuttle/trade
|
||||
name = "Freighter Console"
|
||||
resistance_flags = INDESTRUCTIBLE
|
||||
flags = NODECONSTRUCT
|
||||
|
||||
/obj/machinery/computer/shuttle/trade/sol
|
||||
req_access = list(ACCESS_TRADE_SOL)
|
||||
|
||||
Reference in New Issue
Block a user