mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Grants the common man access to some parts of the lavaland mining base (#44769)
* will this work? * add shuttle console to meta * add shuttle console to box * remove glide size from box, add shuttle console to delta * replace airlocks in lavaland common area * remove step * secure the gulag a bit more, add a beer fridge * restore unix line endings? * Update code/game/objects/structures/crates_lockers/closets/secure/freezer.dm Co-Authored-By: Emmett Gaines <ninjanomnom@gmail.com> * review
This commit is contained in:
committed by
Emmett Gaines
co-authored by
Emmett Gaines
parent
29f419c855
commit
867aca7abf
@@ -82,6 +82,14 @@
|
||||
return
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/computer/shuttle/mining/common
|
||||
name = "lavaland shuttle console"
|
||||
desc = "Used to call and send the lavaland shuttle."
|
||||
circuit = /obj/item/circuitboard/computer/mining_shuttle/common
|
||||
shuttleId = "mining_common"
|
||||
possible_destinations = "whiteship_home;lavaland_common_away;landing_zone_dock;mining_public"
|
||||
|
||||
|
||||
/**********************Mining car (Crate like thing, not the rail car)**************************/
|
||||
|
||||
/obj/structure/closet/crate/miningcar
|
||||
|
||||
Reference in New Issue
Block a user