Update revenant.dm

This commit is contained in:
zeroisthebiggay
2021-06-08 01:15:03 -04:00
committed by GitHub
parent 538f1c802d
commit 55075fb31b
@@ -492,7 +492,7 @@
var/targetAmount = 100
/datum/objective/revenant/New()
targetAmount = rand(200,400)
targetAmount = rand(150,400)
explanation_text = "Absorb [targetAmount] points of essence from humans."
..()