Merge pull request #14806 from zeroisthebiggay/patch-11
cuts the amount of essence revenant objective needs in half so it is actually feasibly possible
This commit is contained in:
@@ -492,7 +492,7 @@
|
|||||||
var/targetAmount = 100
|
var/targetAmount = 100
|
||||||
|
|
||||||
/datum/objective/revenant/New()
|
/datum/objective/revenant/New()
|
||||||
targetAmount = rand(350,600)
|
targetAmount = rand(150,300)
|
||||||
explanation_text = "Absorb [targetAmount] points of essence from humans."
|
explanation_text = "Absorb [targetAmount] points of essence from humans."
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user