From 4168608ad1c76a2fdc837ea77cd20d66d72eb221 Mon Sep 17 00:00:00 2001 From: desven <45808369+desvenlafaxine@users.noreply.github.com> Date: Sun, 21 Nov 2021 13:57:03 -0600 Subject: [PATCH] Phoron bounty tweak (#12766) --- code/modules/cargo/bounties/special.dm | 8 ++++---- html/changelogs/desven-bountyweak.yml | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/desven-bountyweak.yml diff --git a/code/modules/cargo/bounties/special.dm b/code/modules/cargo/bounties/special.dm index 5c8db80d005..eab892ee28a 100644 --- a/code/modules/cargo/bounties/special.dm +++ b/code/modules/cargo/bounties/special.dm @@ -24,10 +24,10 @@ /datum/bounty/item/phoron_sheet name = "Phoron Sheets" description = "Always prioritize this bounty. Failure to meet this quota may result in adverse impact upon your status in the NanoTrasen Corporation." - reward_low = 7000 - reward_high = 9000 - required_count = 75 - random_count = 15 + reward_low = 2600 + reward_high = 3750 + required_count = 40 + random_count = 10 wanted_types = list(/obj/item/stack/material/phoron) high_priority = TRUE diff --git a/html/changelogs/desven-bountyweak.yml b/html/changelogs/desven-bountyweak.yml new file mode 100644 index 00000000000..4adda18bf1e --- /dev/null +++ b/html/changelogs/desven-bountyweak.yml @@ -0,0 +1,4 @@ +author: Desven +delete-after: True +changes: + - tweak: "Lowered the amount of phoron sheets required for the bounty." \ No newline at end of file