Skip to content

Commit

Permalink
Merge pull request #340 from iamcooldan/Balancing-Birthdays
Browse files Browse the repository at this point in the history
Balance corrections to gambling
  • Loading branch information
dwasint authored Sep 13, 2023
2 parents 86dd4c0 + 5ce4441 commit 7566a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monkestation/code/modules/cargo/crates/service.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
/datum/supply_pack/service/birthday
name = "Birthday Bash Pack"
desc = "This is for that corgi, isn't it..."
cost = CARGO_CRATE_VALUE * 6
cost = CARGO_CRATE_VALUE * 15
contains = list(/obj/item/toy/balloon = 5,
/obj/item/reagent_containers/spray/chemsprayer/party = 2,
/obj/item/reagent_containers/spray/chemsprayer/party = 3,
/obj/item/clothing/head/costume/party = 5,
/obj/item/food/cake/birthday,
/obj/item/plate/small = 5,
Expand Down

0 comments on commit 7566a70

Please sign in to comment.