This commit is contained in:
zerothebigboy
2021-02-09 17:31:24 -05:00
parent 85886f563f
commit 7d60d27a6f
31 changed files with 118 additions and 158 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
//selecting a candidate player
var/list/candidates = get_candidates(ROLE_NINJA, null, ROLE_NINJA)
if(!candidates.len)
if(!candidates.len)
return NOT_ENOUGH_PLAYERS
var/mob/dead/selected_candidate = pick(candidates)