Better Bubber Bounties (Assistant Edition) (#4902)

## About The Pull Request

- Removes a bunch of blocker bounties that would cause you to get stuck
for 5 minutes if you obtained multiple at once.
- Adds some new bounties to freshen things up.

// Tested: Watermelon, Toy Swords, Mousetraps, Wired Glass Tiles, Bolas,
Towels, Dog Bed, Clipboards, Cargo Shelving, Crude Blueprints, Motorized
Wheelchair, Trapdoor Kit.
// Removed: Soap, Clown Box, Cheese Honkers, Extendo-Hand, Donk-Pockets,
Dead Mice, Raw Corgi Meat, Geranium, Poppies

## Why It's Good For The Game

I mean, that's debatable, but as an assistant bounties can be a huge
roadblock to getting anything done if cargo isn't using the exploit of
the week to print free money. This removes the listed bounties for a few
reasons:
- Take more than 5 minutes to acquire and people would just reroll them
anyway. (Soap, Clown Box, Dead Mice, Geranium, Poppies, Raw Corgi Meat)
- Limited amount available. (Extendo Hand, Cheese Honkers, Dead Mice)
- Exploitable via cargo orders. (Dead Mice, Donk-Pockets)

## Proof Of Testing

No proof but I did it, it was a painstaking endeavor. I just commented
out most bounties while testing the new ones added.

</details>

## Changelog
🆑
add: An assortment of new assistant bounties.
del: Annoying or unfeasible assistant bounties.
balance: Crayon bounty requires 7, not 8, crayons.
code: Assistant Bounties moved to Modular Zubbers.
/🆑
This commit is contained in:
Sir Winters
2025-11-21 08:35:47 -05:00
committed by GitHub
parent 96582414bf
commit 21497e1996
3 changed files with 313 additions and 0 deletions
+4
View File
@@ -1,3 +1,6 @@
// Bounties moved to modular zubbers folder so it isn't a commented out nightmare of individual removals.
/*
/datum/bounty/item/assistant/strange_object
name = "Strange Object"
description = "Nanotrasen has taken an interest in strange objects. Find one in maintenance, and ship it off to CentCom right away."
@@ -281,3 +284,4 @@
/datum/bounty/item/assistant/fish/fluid/can_ship_fish(obj/item/fish/fishie)
return (fluid_type in GLOB.fish_compatible_fluid_types[fishie.required_fluid_type])
*/