some demodularization + new eligibility stuff

This commit is contained in:
Putnam
2020-01-18 03:39:27 -08:00
parent c1e9618757
commit c612462b8c
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)