Skip to content

Commit

Permalink
[MIRROR] "Freshness Jars full of Natural Bait" is now a goodie and co…
Browse files Browse the repository at this point in the history
…sts 200 instead of 2000 (#1183)

* "Freshness Jars full of Natural Bait" is now a goodie and costs 200 instead of 2000 (#81555)

## About The Pull Request
All other fishing-related packs (fishes are considered livestock) are
goodies, and none of them costs anywhere this much.

## Why It's Good For The Game
That's some overpriced jar of ~~kronkaine pills (1u)~~ fishing baits.

## Changelog

:cl:
balance: "Freshness Jars full of Natural Bait" is now a goodie and costs
200 credits instead of 2000
/:cl:

* "Freshness Jars full of Natural Bait" is now a goodie and costs 200 instead of 2000

---------

Co-authored-by: Ghom <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Feb 27, 2024
1 parent 958f76d commit 8aed41f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions code/modules/cargo/goodies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@
cost = PAYCHECK_CREW
contains = list(/obj/item/bait_can/worm/premium)

/datum/supply_pack/goody/naturalbait
name = "Freshness Jars full of Natural Bait"
desc = "Homemade in the Spinward Sector."
cost = PAYCHECK_CREW * 4 //rock on
contains = list(/obj/item/storage/pill_bottle/naturalbait)

/datum/supply_pack/goody/telescopic_fishing_rod
name = "Telescopic Fishing Rod"
desc = "A collapsible fishing rod that can fit within a backpack."
Expand Down
7 changes: 0 additions & 7 deletions code/modules/cargo/packs/imports.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@
crate_name = "bananium sheet crate"
discountable = SUPPLY_PACK_RARE_DISCOUNTABLE

/datum/supply_pack/imports/naturalbait
name = "Freshness Jars full of Natural Bait"
desc = "Homemade in the Spinward Sector."
cost = 2000 //rock on
contains = list(/obj/item/storage/pill_bottle/naturalbait)
crate_name = "fishing bait crate"

/datum/supply_pack/imports/dumpstercorpse
name = "A....Dumpster?"
desc = "Why does it smell so bad...."
Expand Down

0 comments on commit 8aed41f

Please sign in to comment.