last bit of finetuning

This commit is contained in:
zeroisthebiggay
2021-06-08 01:17:10 -04:00
committed by GitHub
parent 55075fb31b
commit 536135ec02

View File

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