mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Adds new trader shuttles for each trader type (#29734)
* Prepare for trade shuttles * The ships * Debug logs * W i d e * Adjust * Update boxstation.dmm * Templates instead of landmarks, test this Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Fixes * Removed unnecessary comment Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Null check Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Reorganizes some ships to make viewing easier --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
@@ -899,14 +899,15 @@
|
||||
width = 5
|
||||
preferred_direction = EAST
|
||||
|
||||
/obj/docking_port/mobile/trade_sol
|
||||
/obj/docking_port/mobile/trader
|
||||
dir = 8
|
||||
dwidth = 4
|
||||
height = 11
|
||||
id = "trade_sol"
|
||||
dwidth = 11
|
||||
height = 30
|
||||
id = "trader"
|
||||
name = "sol trade shuttle"
|
||||
width = 9
|
||||
width = 22
|
||||
preferred_direction = EAST
|
||||
timid = TRUE
|
||||
|
||||
/obj/docking_port/mobile/nuke_ops
|
||||
dheight = 9
|
||||
@@ -1114,8 +1115,8 @@
|
||||
|
||||
/obj/machinery/computer/shuttle/trade/sol
|
||||
req_access = list(ACCESS_TRADE_SOL)
|
||||
possible_destinations = "trade_sol_base;trade_dock"
|
||||
shuttleId = "trade_sol"
|
||||
possible_destinations = "trader_base;trade_dock"
|
||||
shuttleId = "trader"
|
||||
|
||||
//#undef DOCKING_PORT_HIGHLIGHT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user