Skip to content

Commit

Permalink
[MIRROR] Implements orderable fish food. (#1579) (#2511)
Browse files Browse the repository at this point in the history
* Implements orderable fish food. (#82118)

## About The Pull Request

Most stations now have aquarium kits ready in service, I thought this
was super fucking neat but realized 'oh no food, fishy die quickly'. To
amend that I've added an orderable fish food crate to synergize with the
free aquarium kit.

## Why It's Good For The Game

Ordering a whole now aquarium kit for the fish food is silly.

## Changelog


:cl:
qol: Fishfood is now more easily acquired through cargo
/:cl:

* Implements orderable fish food.

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: carshalash <[email protected]>
  • Loading branch information
3 people authored Mar 24, 2024
1 parent 7df1aa6 commit 47c422c
Showing 1 changed file with 6 additions and 0 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/fish_feed
name = "Can of fish food"
desc = "For keeping your little friends fed and alive."
cost = PAYCHECK_CREW * 1
contains = list(/obj/item/fish_feed)

/datum/supply_pack/goody/naturalbait
name = "Freshness Jars full of Natural Bait"
desc = "Homemade in the Spinward Sector."
Expand Down

0 comments on commit 47c422c

Please sign in to comment.