Skip to content

Commit

Permalink
Merge pull request #439 from Noot-Toot/master
Browse files Browse the repository at this point in the history
Cargo can now order jukeboxes.
  • Loading branch information
wraith-54321 authored Dec 5, 2023
2 parents 85e87c3 + 89af771 commit c8168a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions monkestation/code/modules/cargo/crates/service.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@
/obj/item/plate/small = 5,
/obj/item/a_gift/anything)
crate_name = "Birthday Crate"

/datum/supply_pack/service/jukebox
name = "Jukebox Beacon Crate"
desc = "Last one stolen? Broken? Burnt down in an insurance scam? then this crate is for you. Contains one Jukebox Beacon."
cost = CARGO_CRATE_VALUE * 20 //the crew shouldnt be able to just buy 15 jukeboxes all playing among us at the same time
contains = list(/obj/item/choice_beacon/jukebox)
crate_name = "jukebox beacon crate"

0 comments on commit c8168a4

Please sign in to comment.