mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Allows the Trader Shuttle to be Manipulated by the Shuttle Manipulator + Very minor other trade shuttle content (#30849)
* A surprising number of file changes, this needed. * lateload wooo * Update centcomm.dmm * Update centcomm.dmm * Update shuttles.dm --------- Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
@@ -33,15 +33,16 @@
|
||||
port_id = "admin"
|
||||
name = "Base Shuttle Template (Admin)"
|
||||
|
||||
/datum/map_template/shuttle/trader
|
||||
port_id = "trader"
|
||||
name = "Base Shuttle Template (Trader)"
|
||||
prefix = "_maps/map_files/shuttles/trader/"
|
||||
|
||||
/datum/map_template/shuttle/gamma_armory
|
||||
port_id = "gamma_armory"
|
||||
name = "Base Gamma Armory Template"
|
||||
prefix = "_maps/map_files/shuttles/gamma_armory/"
|
||||
|
||||
/datum/map_template/shuttle/trader
|
||||
port_id = "trader_base"
|
||||
prefix = "_maps/map_files/shuttles/trader/"
|
||||
|
||||
// MARK: Emergency
|
||||
/datum/map_template/shuttle/emergency/bar
|
||||
suffix = "bar"
|
||||
|
||||
Reference in New Issue
Block a user