adds fishing category to games vendor (#86699)

## About The Pull Request
this pull request adds a fishing category to the games vendor with items
that cost 50 credits more than their goodie alternatives.
## Why It's Good For The Game
this allows people to start their fishing goals earlier without waiting
20 minutes for cargo at the caveat of the items costing 50 credits extra
than normal
## Changelog
🆑
add: Added new fishing category to games vendor
/🆑
This commit is contained in:
deathrobotpunch
2024-09-17 14:48:31 +02:00
committed by GitHub
parent ab222330ef
commit bbc685b60a
5 changed files with 20 additions and 0 deletions
+13
View File
@@ -45,6 +45,19 @@
/obj/item/stack/pipe_cleaner_coil/random = 10,
),
),
list(
"name" = "Fishing",
"icon" = "fish",
"products" = list(
/obj/item/storage/toolbox/fishing = 2,
/obj/item/storage/box/fishing_hooks = 2,
/obj/item/storage/box/fishing_lines = 2,
/obj/item/storage/box/fishing_lures = 2,
/obj/item/book/manual/fish_catalog = 5,
/obj/item/fish_analyzer = 2,
/obj/item/fishing_rod/telescopic = 1,
),
),
list(
"name" = "Skillchips",
"icon" = "floppy-disk",