mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
[MIRROR] [MDB Ignore] Makes mining and labor shuttle home docks their own type, rather than varedits [MDB IGNORE] (#14539)
* [MDB Ignore] Makes mining and labor shuttle home docks their own type, rather than varedits (#68006) I'll have to do the others at some point I don't want to, but it'll happen * [MDB Ignore] Makes mining and labor shuttle home docks their own type, rather than varedits Co-authored-by: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com>
This commit is contained in:
@@ -26,3 +26,14 @@
|
||||
to_chat(user, span_warning("Shuttle is already at the outpost!"))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/obj/docking_port/stationary/laborcamp_home
|
||||
name = "SS13: Labor Shuttle Dock"
|
||||
id = "laborcamp_home"
|
||||
roundstart_template = /datum/map_template/shuttle/labour/delta
|
||||
width = 9
|
||||
dwidth = 2
|
||||
height = 5
|
||||
|
||||
/obj/docking_port/stationary/laborcamp_home/kilo
|
||||
roundstart_template = /datum/map_template/shuttle/labour/kilo
|
||||
|
||||
@@ -122,6 +122,26 @@
|
||||
shuttleId = "mining_common"
|
||||
possible_destinations = "commonmining_home;lavaland_common_away;landing_zone_dock;mining_public"
|
||||
|
||||
/obj/docking_port/stationary/mining_home
|
||||
name = "SS13: Mining Dock"
|
||||
id = "mining_home"
|
||||
roundstart_template = /datum/map_template/shuttle/mining/delta
|
||||
width = 7
|
||||
dwidth = 3
|
||||
height = 5
|
||||
|
||||
/obj/docking_port/stationary/mining_home/kilo
|
||||
roundstart_template = /datum/map_template/shuttle/mining/kilo
|
||||
height = 10
|
||||
|
||||
/obj/docking_port/stationary/mining_home/common
|
||||
name = "SS13: Common Mining Dock"
|
||||
id = "commonmining_home"
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/meta
|
||||
|
||||
/obj/docking_port/stationary/mining_home/common/kilo
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/kilo
|
||||
|
||||
/**********************Mining car (Crate like thing, not the rail car)**************************/
|
||||
|
||||
/obj/structure/closet/crate/miningcar
|
||||
|
||||
Reference in New Issue
Block a user