mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Adds fax machines to the supply shuttle blacklist [MDB IGNORE] (#16186)
* Adds fax machines to the supply shuttle blacklist (#69766) Fax machines being present on the supply shuttle creates a risk that there may be ways to send other blacklisted items to CentCom in order to gain access. The neatest and safest solution to this broad realm of potential exploits is to keep the fax machine from being able to get there in the first place. * Adds fax machines to the supply shuttle blacklist Co-authored-by: Thunder12345 <Thunder12345@users.noreply.github.com>
This commit is contained in:
co-authored by
Thunder12345
parent
e98bddb570
commit
249d97e387
@@ -15,7 +15,7 @@
|
||||
var/self_paid = FALSE
|
||||
var/safety_warning = "For safety and ethical reasons, the automated supply shuttle cannot transport live organisms, \
|
||||
human remains, classified nuclear weaponry, mail, undelivered departmental order crates, syndicate bombs, \
|
||||
homing beacons, unstable eigenstates, or machinery housing any form of artificial intelligence."
|
||||
homing beacons, unstable eigenstates, fax machines, or machinery housing any form of artificial intelligence."
|
||||
var/blockade_warning = "Bluespace instability detected. Shuttle movement impossible."
|
||||
/// radio used by the console to send messages on supply channel
|
||||
var/obj/item/radio/headset/radio
|
||||
|
||||
@@ -31,7 +31,8 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
|
||||
/obj/item/mail,
|
||||
/obj/machinery/camera,
|
||||
/obj/item/gps,
|
||||
/obj/structure/checkoutmachine
|
||||
/obj/structure/checkoutmachine,
|
||||
/obj/machinery/fax
|
||||
)))
|
||||
|
||||
/// How many goody orders we can fit in a lockbox before we upgrade to a crate
|
||||
|
||||
Reference in New Issue
Block a user