Skip to content

Commit

Permalink
Update fax.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 20, 2024
1 parent ceb18d8 commit 6ba0731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/paperwork/fax.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
var/static/list/allowed_types = list(
/obj/item/paper,
/obj/item/photo
/obj/item/holochip,
)
/// List of types which should be allowed to be faxed if hacked
var/static/list/exotic_types = list(
Expand All @@ -46,7 +47,6 @@
/obj/item/reagent_containers/food/snacks/pancakes,
/obj/item/throwing_star,
/obj/item/spacecash,
/obj/item/holochip,
/obj/item/card,
/obj/item/folder/biscuit
)
Expand Down

0 comments on commit 6ba0731

Please sign in to comment.