mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user