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