Skip to content

Commit

Permalink
A cargo crate with several paper bins (#10247)
Browse files Browse the repository at this point in the history
* Added a Cargo crate with several paper bins

Bulk paper crate

* Update code/modules/cargo/packs.dm

Co-authored-by: Tsar-Salat <[email protected]>

---------

Co-authored-by: Tsar-Salat <[email protected]>
  • Loading branch information
theoctopusempress and Tsar-Salat authored Dec 5, 2023
1 parent a58cd1a commit 6077408
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/modules/cargo/packs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3248,6 +3248,18 @@
/obj/item/laser_pointer/purple)
crate_name = "bureaucracy crate"

/datum/supply_pack/misc/bulk_paper
name = "Bulk Paper Tray Crate"
desc = "Plenty of paper for all your papercraft needs."
cost = 500
max_supply = 5
contains = list(/obj/item/paper_bin,
/obj/item/paper_bin,
/obj/item/paper_bin,
/obj/item/paper_bin,
/obj/item/paper_bin)
crate_name = "bulk paper tray crate"

/datum/supply_pack/misc/fountainpens
name = "Calligraphy Crate"
desc = "Sign death warrants in style with these seven executive fountain pens."
Expand Down

0 comments on commit 6077408

Please sign in to comment.