diff --git a/code/modules/paperwork/fax.dm b/code/modules/paperwork/fax.dm index f2fece875d8..0be6375ed17 100644 --- a/code/modules/paperwork/fax.dm +++ b/code/modules/paperwork/fax.dm @@ -33,22 +33,23 @@ GLOBAL_VAR_INIT(nt_fax_department, pick("NT HR Department", "NT Legal Department var/list/fax_history = list() /// List of types which should always be allowed to be faxed var/static/list/allowed_types = list( + /obj/item/canvas, /obj/item/paper, /obj/item/photo, - /obj/item/tcgcard + /obj/item/tcgcard, ) /// List of types which should be allowed to be faxed if hacked var/static/list/exotic_types = list( - /obj/item/food/pizzaslice, - /obj/item/food/root_flatbread, - /obj/item/food/pizza/flatbread, - /obj/item/food/breadslice, - /obj/item/food/salami, - /obj/item/throwing_star, - /obj/item/stack/spacecash, - /obj/item/holochip, /obj/item/card, /obj/item/folder/biscuit, + /obj/item/food/breadslice, + /obj/item/food/pizza/flatbread, + /obj/item/food/pizzaslice, + /obj/item/food/root_flatbread, + /obj/item/food/salami, + /obj/item/holochip, + /obj/item/stack/spacecash, + /obj/item/throwing_star, ) /// List with a fake-networks(not a fax actually), for request manager. var/list/special_networks = list(