From 2faa015445be4b70d4abd59239dd97a625f75220 Mon Sep 17 00:00:00 2001 From: Doxxmedearly <38594443+Doxxmedearly@users.noreply.github.com> Date: Sat, 3 Jul 2021 17:47:59 -0400 Subject: [PATCH] Canister Bounty Update (#12097) --- code/modules/cargo/bounties/special.dm | 4 ++-- html/changelogs/doxxmedearly - canister_bounty_update.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/doxxmedearly - canister_bounty_update.yml diff --git a/code/modules/cargo/bounties/special.dm b/code/modules/cargo/bounties/special.dm index 82947424098..5c8db80d005 100644 --- a/code/modules/cargo/bounties/special.dm +++ b/code/modules/cargo/bounties/special.dm @@ -44,14 +44,14 @@ /datum/bounty/item/phoron_canister name = "Phoron Canisters" - description = "Updated requirement: Canisters must now be filled to at least 150% of standard stock amounts (approx. 6,800kPA at a temperature of 20C). Always prioritize this bounty. Failure to meet this quota may result in adverse impact upon your status in the NanoTrasen Corporation." + description = "Updated requirement: Canisters must now be filled to a minimum of 2000 moles. Always prioritize this bounty. Failure to meet this quota may result in adverse impact upon your status in the NanoTrasen Corporation." reward_low = 8000 reward_high = 10000 required_count = 3 random_count = 1 // 2 to 4 wanted_types = list(/obj/machinery/portable_atmospherics/canister) high_priority = TRUE - var/moles_required = 2700 //Roundstart total_moles is about 1871 per tank. 50% more full w/ leeway + var/moles_required = 2000 //Roundstart total_moles for a FULL tank is about 1871 per tank. However during the arc this bounty is relevant, tanks are half full. /datum/bounty/item/phoron_canister/applies_to(var/obj/machinery/portable_atmospherics/canister/O) if(!..()) diff --git a/html/changelogs/doxxmedearly - canister_bounty_update.yml b/html/changelogs/doxxmedearly - canister_bounty_update.yml new file mode 100644 index 00000000000..da52a65568f --- /dev/null +++ b/html/changelogs/doxxmedearly - canister_bounty_update.yml @@ -0,0 +1,6 @@ +author: Doxxmedearly + +delete-after: True + +changes: + - tweak: "Updated the phoron canister bounty to require less moles, and it will now tell you the exact minimum moles needed. Like the sheets bounty, this was a bit too heavy-handed, even for the scarcity arc."