mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Who knew vomit could be useful
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
var/contraband = FALSE
|
||||
var/safety_warning = "For safety reasons, the automated supply shuttle \
|
||||
cannot transport live organisms, human remains, classified nuclear weaponry, \
|
||||
homing beacons or pneumatic disposal segments. Additionally, remove any privately ordered crates from the shuttle."
|
||||
homing beacons, pneumatic disposal segments or vomit. Additionally, remove any privately ordered crates from the shuttle."
|
||||
var/blockade_warning = "Bluespace instability detected. Shuttle movement impossible."
|
||||
var/self_paid = FALSE
|
||||
|
||||
|
||||
@@ -29,7 +29,8 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
|
||||
/obj/structure/closet/bluespace, // yogs - nope nice try
|
||||
/obj/structure/disposalpipe,
|
||||
/obj/structure/disposaloutlet, // connect outlet to bin, knock outlet onto shuttle, send it, enter bin
|
||||
/obj/machinery/disposal
|
||||
/obj/machinery/disposal,
|
||||
/obj/effect/decal/cleanable/vomit
|
||||
)))
|
||||
|
||||
/obj/docking_port/mobile/supply
|
||||
|
||||
Reference in New Issue
Block a user