More fixes, I don't know

This commit is contained in:
keronshb
2021-09-15 16:12:19 -04:00
parent edde5043dd
commit 5bed02e36e
4 changed files with 14 additions and 5 deletions
@@ -8,7 +8,7 @@
for(var/mob/P in candidates)
if(!P.client || !P.mind || !P.mind.assigned_role) // Are they connected?
candidates.Remove(P)
else if (!mode.check_age(P.client, minimum_required_age))
else if(!mode.check_age(P.client, minimum_required_age))
candidates.Remove(P)
else if(P.mind.assigned_role in restricted_roles) // Does their job allow for it?
candidates.Remove(P)