mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-27 23:09:53 +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
|
||||
|
||||
Reference in New Issue
Block a user