Phoron bounty tweak (#12766)

This commit is contained in:
desven
2021-11-21 16:57:03 -03:00
committed by GitHub
parent 3e9a992cca
commit 4168608ad1
2 changed files with 8 additions and 4 deletions
+4 -4
View File
@@ -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
+4
View File
@@ -0,0 +1,4 @@
author: Desven
delete-after: True
changes:
- tweak: "Lowered the amount of phoron sheets required for the bounty."