Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo - Bitrunning crate #1229

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions code/modules/cargo/packs/service.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
)
crate_name = "cargo supplies crate"

/datum/supply_pack/service/bitrun_crate
name = "Bitrunning supplies crate"
desc = "Seems like we need new machinery, the gamers broke it once more."
cost = CARGO_CRATE_VALUE * 2.25
acces = ACCESS_BIT_DEN
contains = list(/obj/item/circuitboard/machine/netpod = 3,
/obj/item/circuitboard/machine/quantum_server,
/obj/item/circuitboard/machine/byteforge,
/obj/item/circuitboard/computer/quantum_console
)
crate_name = "Bitrunning supplies crate"

/datum/supply_pack/service/noslipfloor
name = "High-traction Floor Tiles"
desc = "Make slipping a thing of the past with thirty industrial-grade anti-slip floor tiles!"
Expand Down
Loading