Fixes #17665, abductor event finds people now (#17686)

This commit is contained in:
coiax
2016-05-15 19:40:04 -05:00
committed by KorPhaeron
parent ae7c23596a
commit feb02815ad
+1 -1
View File
@@ -16,7 +16,7 @@
/datum/round_event/ghost_role/abductor/spawn_role()
var/list/mob/dead/observer/candidates = get_candidates("abductor", null, ROLE_ABDUCTOR)
if(!candidates.len < 2)
if(candidates.len < 2)
return NOT_ENOUGH_PLAYERS
//Oh god why we can't have static functions
// I feel your pain, bro