mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +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:
co-authored by
Charlie Nolan
Fordoxia
parent
68171a0442
commit
4bed17ef31
+55
-1
@@ -34,7 +34,6 @@
|
||||
name = "Base Shuttle Template (Admin)"
|
||||
|
||||
|
||||
|
||||
// Shuttles start here:
|
||||
|
||||
/datum/map_template/shuttle/emergency/bar
|
||||
@@ -206,3 +205,58 @@
|
||||
suffix = "skipjack"
|
||||
name = "Vox Skipjack"
|
||||
description = "Vox skipjack ship."
|
||||
|
||||
// Trader Shuttles:
|
||||
/datum/map_template/shuttle/trader
|
||||
port_id = "trader_base"
|
||||
prefix = "_maps/map_files/shuttles/trader/"
|
||||
|
||||
/datum/map_template/shuttle/trader/sol
|
||||
suffix = "sol"
|
||||
name = "Solgov Trade Freighter"
|
||||
description = "Trading vessel for solgov traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/ussp
|
||||
suffix = "ussp"
|
||||
name = "USSP Trade Barge"
|
||||
description = "Trading vessel for USSP traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/cybersun
|
||||
suffix = "syndicate"
|
||||
name = "Cybersun Trade Skiff"
|
||||
description = "Trading vessel for cybersun traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/glint_scale
|
||||
suffix = "glint"
|
||||
name = "Glint Scale Trade Hound"
|
||||
description = "Trading vessel for glint scale traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/steadfast
|
||||
suffix = "stead"
|
||||
name = "Steadfast Co. Trade Freighter"
|
||||
description = "Trading vessel for steadfast company traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/synthetic
|
||||
suffix = "synth"
|
||||
name = "Synthetic Union Trade Vessel"
|
||||
description = "Trading vessel for synthetic union traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/skipjack
|
||||
suffix = "skip"
|
||||
name = "Vox Trade Skipjack"
|
||||
description = "Trading vessel for skipjack traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/skrell
|
||||
suffix = "skrell"
|
||||
name = "Skrellian Trade Skiff"
|
||||
description = "Trading vessel for skrellian central authority traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/technocracy
|
||||
suffix = "techno"
|
||||
name = "Technocracy Trade Pod"
|
||||
description = "Trading vessel for technocracy traders."
|
||||
|
||||
/datum/map_template/shuttle/trader/guild
|
||||
suffix = "guild"
|
||||
name = "Merchant Guild Trade Freighter"
|
||||
description = "Trading vessel for merchant guild traders."
|
||||
|
||||
Reference in New Issue
Block a user