Merge pull request #2974 from Citadel-Station-13/upstream-merge-31046
[MIRROR] AFK players count as dead for the assassinate objective
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
return target
|
||||
|
||||
/datum/objective/assassinate/check_completion()
|
||||
return !target || !considered_alive(target)
|
||||
return !considered_alive(target) || considered_afk(target)
|
||||
|
||||
/datum/objective/assassinate/update_explanation_text()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user