mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Bug fixes, implements new copying/faxing system from Bay
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
mode = M
|
||||
|
||||
proc/announce_directives()
|
||||
for (var/obj/machinery/faxmachine/fax in world)
|
||||
for (var/obj/machinery/photocopier/faxmachine/fax in world)
|
||||
if (fax.department == "Captain's Office")
|
||||
var/obj/item/weapon/paper/directive_x = new(fax.loc)
|
||||
directive_x.name = "emergency action message"
|
||||
|
||||
Reference in New Issue
Block a user