From 210f332f5f306a96487b350d9b901212a58ac958 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:09:04 -0400 Subject: [PATCH] [MIRROR] Implements orderable fish food. (#1579) * 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: carshalash --- code/modules/cargo/goodies.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/cargo/goodies.dm b/code/modules/cargo/goodies.dm index c39fa59c200..d733677c552 100644 --- a/code/modules/cargo/goodies.dm +++ b/code/modules/cargo/goodies.dm @@ -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."