Assistant limiter tweak

This commit is contained in:
ZomgPonies
2013-12-30 12:21:41 -05:00
parent 3b346dea27
commit c8e12ffb4d
@@ -284,6 +284,8 @@
var/datum/job/hos = job_master.GetJob("Head of Security")
count += (officer.current_positions + warden.current_positions + hos.current_positions)
if(job.current_positions > (config.assistantratio * count))
if(count >= 5) // if theres more than 5 security on the station just let assistants join regardless, they should be able to handle the tide
return 1
return 0
return 1