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:
silicons
2021-06-09 11:17:52 -07:00
committed by GitHub

View File

@@ -492,7 +492,7 @@
var/targetAmount = 100
/datum/objective/revenant/New()
targetAmount = rand(350,600)
targetAmount = rand(150,300)
explanation_text = "Absorb [targetAmount] points of essence from humans."
..()