Skip to content

Commit

Permalink
Moves more fax things around (shiptest-ss13#3756)
Browse files Browse the repository at this point in the history
🆑
add: fax secret documents
add: and space cash and biscuit folders. without 
/🆑
  • Loading branch information
Erikafox authored and MrCat15352 committed Dec 27, 2024
1 parent 8943c72 commit 91286eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/paperwork/fax.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
/obj/item/paper,
/obj/item/photo,
/obj/item/holochip,
/obj/item/folder/biscuit,
/obj/item/spacecash,
/obj/item/documents,
)
/// List of types which should be allowed to be faxed if hacked
var/static/list/exotic_types = list(
Expand All @@ -47,9 +50,7 @@
/obj/item/reagent_containers/food/snacks/raisincookie,
/obj/item/reagent_containers/food/snacks/pancakes,
/obj/item/throwing_star,
/obj/item/spacecash,
/obj/item/card,
/obj/item/folder/biscuit
)
/// Internal radio for announcing over comms
var/obj/item/radio/radio
Expand Down

0 comments on commit 91286eb

Please sign in to comment.