Update revenant.dm

This commit is contained in:
zeroisthebiggay
2021-06-08 01:13:12 -04:00
committed by GitHub
parent 614c3192e5
commit 538f1c802d

View File

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