From 3e786f548d2b429d052fb5c0d54b81c5234c9372 Mon Sep 17 00:00:00 2001 From: Ghagliiarghii <68826635+Ghagliiarghii@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:50:35 -0400 Subject: [PATCH] Removed Box of Hugs and Donk Pockets from Bounties (#26481) As far as I know, the Box of Hugs only spawns on the clown and is used in the construction of a honkbot such that if the clown decided earlier to craft a honkbot or if the low price of some 3000 spesos is insufficient this bounty is impossible. Similarly, Donk Pockets are not a renewable resource and it has happened that a station has eaten too many for the bounty to be completed only to get it in rotation and esssentially lose a bounty slot forever. I would like it if each bounty was at least theoretically possible on any station it's likely to occur in, and there are too many where there aren't enough of these obtainable to complete the bounty, which is no fun. --- .../Prototypes/Catalog/Bounties/bounties.yml | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/Resources/Prototypes/Catalog/Bounties/bounties.yml b/Resources/Prototypes/Catalog/Bounties/bounties.yml index c8c35aabfe..3c1bd02fcf 100644 --- a/Resources/Prototypes/Catalog/Bounties/bounties.yml +++ b/Resources/Prototypes/Catalog/Bounties/bounties.yml @@ -21,17 +21,6 @@ tags: - BaseballBat -- type: cargoBounty - id: BountyBoxHug - reward: 3000 - description: bounty-description-box-hugs - entries: - - name: bounty-item-box-hugs - amount: 1 - whitelist: - tags: - - BoxHug - - type: cargoBounty id: BountyBrain reward: 12500 @@ -139,18 +128,6 @@ tags: - CubanCarp -- type: cargoBounty - id: BountyDonkPocket - reward: 6000 - description: bounty-description-donk-pocket - idPrefix: CC - entries: - - name: bounty-item-donk-pocket - amount: 12 - whitelist: - tags: - - DonkPocket - - type: cargoBounty id: BountyDonut reward: 6000 -- 2.51.2