AFK players count as dead for the assassinate objective (#31046)
This commit is contained in:
committed by
CitadelStationBot
parent
2d48a0cf50
commit
602e1e6bbf
@@ -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