diff --git a/code/modules/cargo/orderconsole.dm b/code/modules/cargo/orderconsole.dm index 5a733e89e69..03538bc5ac8 100644 --- a/code/modules/cargo/orderconsole.dm +++ b/code/modules/cargo/orderconsole.dm @@ -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 diff --git a/code/modules/shuttle/supply.dm b/code/modules/shuttle/supply.dm index 76bf26d4533..e54479e13d6 100644 --- a/code/modules/shuttle/supply.dm +++ b/code/modules/shuttle/supply.dm @@ -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