Fixes hardcore random never paying out as nonantag (#75725)

Broken by #73623
Fixes #75368

I have missed out on like 150 points to this untill I figured out what
was happening
The proc passes the mob, but expects the mind, so it runtimes and never
pays you your hardcore random score

sigh

🆑
fix: Hardcore random pays your score again as non-antag
/🆑
This commit is contained in:
Time-Green
2023-05-30 14:21:06 -04:00
committed by GitHub
parent e8376bfef8
commit 30d7dabda2
+1 -1
View File
@@ -197,7 +197,7 @@
if(!didthegamerwin)
return FALSE
player_client.give_award(/datum/award/score/hardcore_random, human_mob, round(human_mob.hardcore_survival_score * 2))
else if(considered_escaped(human_mob))
else if(considered_escaped(human_mob.mind))
player_client.give_award(/datum/award/score/hardcore_random, human_mob, round(human_mob.hardcore_survival_score))