Merge pull request #10597 from Putnam3145/player-panel-can-reenter

Ghost role eligibility activation in player panel
This commit is contained in:
Ghom
2020-10-01 23:13:20 -03:00
committed by Dip
parent b433eab324
commit 20c30a15d1
6 changed files with 106 additions and 105 deletions
@@ -22,6 +22,8 @@
if(!(M.ckey in timeouts))
timeouts += M.ckey
timeouts[M.ckey] = 0
else if(timeouts[M.ckey] == CANT_REENTER_ROUND)
return
timeouts[M.ckey] = max(timeouts[M.ckey],penalty)
/datum/element/ghost_role_eligibility/Detach(mob/M)