mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Restores Northstar's shuttles to the codebase (#89423)
## About The Pull Request Puts Northstar's shuttles and docks back into the code. This allows for Northstar to be loaded by admins. ## Why It's Good For The Game Per Maurukas, shuttles should stay in the code.   ## Changelog Nothing player facing.
This commit is contained in:
@@ -135,6 +135,10 @@
|
||||
roundstart_template = /datum/map_template/shuttle/mining/kilo
|
||||
height = 10
|
||||
|
||||
/obj/docking_port/stationary/mining_home/northstar
|
||||
roundstart_template = /datum/map_template/shuttle/mining/northstar
|
||||
height = 6
|
||||
|
||||
/obj/docking_port/stationary/mining_home/nebula
|
||||
roundstart_template = /datum/map_template/shuttle/mining/nebula
|
||||
height = 10
|
||||
@@ -147,6 +151,9 @@
|
||||
/obj/docking_port/stationary/mining_home/common/kilo
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/kilo
|
||||
|
||||
/obj/docking_port/stationary/mining_home/common/northstar
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/northstar
|
||||
|
||||
/obj/structure/closet/crate/miningcar
|
||||
name = "mine cart"
|
||||
desc = "A cart for use on rails. Or off rails, if you're so inclined."
|
||||
|
||||
Reference in New Issue
Block a user