mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
[MIRROR] "Freshness Jars full of Natural Bait" is now a goodie and costs 200 instead of 2000 (#26673)
* "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 🆑 balance: "Freshness Jars full of Natural Bait" is now a goodie and costs 200 credits instead of 2000 /🆑 * "Freshness Jars full of Natural Bait" is now a goodie and costs 200 instead of 2000 --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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...."
|
||||
|
||||
Reference in New Issue
Block a user