Adds missing aquarium props box to goodies and games vending machine. (#90030)

## About The Pull Request
Title. At some point, they've become unobtainable, likely because they
were only found in the now removed aquarium construction kit cargo pack.

## Why It's Good For The Game
This fixes #89713.

## Changelog

🆑
fix: Adds missing aquarium props box to goodies and games vending
machine.
/🆑
This commit is contained in:
Ghom
2025-03-20 02:39:06 +02:00
committed by GitHub
parent d1ab54666c
commit e4c130958d
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -313,6 +313,12 @@
cost = PAYCHECK_LOWER
contains = list(/obj/item/book/manual/fish_catalog)
/datum/supply_pack/goody/aquarium_props
name = "Aquarium Props Single-Pack"
desc = "A box containing generic aquarium props. You'll still need an aquarium or fish tank for these."
cost = PAYCHECK_LOWER
contains = list(/obj/item/storage/box/aquarium_props)
/datum/supply_pack/goody/coffee_mug
name = "Coffee Mug Single-Pack"
desc = "A bog standard coffee mug, for drinking coffee."
@@ -188,6 +188,7 @@
name = "aquarium props box"
desc = "All you need to make your aquarium look good."
illustration = "fish"
custom_price = PAYCHECK_LOWER
/obj/item/storage/box/aquarium_props/PopulateContents()
for(var/prop_type in subtypesof(/obj/item/aquarium_prop))
+1
View File
@@ -55,6 +55,7 @@
/obj/item/storage/box/fishing_lures = 2,
/obj/item/book/manual/fish_catalog = 5,
/obj/item/reagent_containers/cup/fish_feed = 4,
/obj/item/storage/box/aquarium_props = 4,
/obj/item/fish_analyzer = 2,
/obj/item/storage/bag/fishing = 2,
/obj/item/fishing_rod/telescopic = 1,