mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-23 04:36:18 +01:00
PDA notifications for fax arrival
Adds a proc which notifies all PDAs with a predefined list of cartridges upon fax arrival. Current cartridges affected: * P.R.O.V.E. Cartridge * Easy-Record DELUXE * HumanResources9001 * R.O.B.U.S.T. DELUXE * Power-On DELUXE * Med-U DELUXE * Signal Ace DELUXE * Value-PAK Cartridge
This commit is contained in:
@@ -1527,6 +1527,9 @@
|
||||
|
||||
var/customname = input(src.owner, "Pick a title for the report", "Title") as text|null
|
||||
|
||||
//so that we alert people with certain cartidges with a PDA message.
|
||||
alertFaxes()
|
||||
|
||||
for(var/obj/machinery/faxmachine/F in machines)
|
||||
if(! (F.stat & (BROKEN|NOPOWER) ) )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user