Merge pull request #15788 from Shadowlight213/Oldcultredo

Remake of #15690. Replaces newcult with oldcult.
This commit is contained in:
Cheridan
2016-03-01 22:37:58 -06:00
15 changed files with 652 additions and 428 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
candidates += applicant
if(candidates.len)
var/numCultists = min(candidates.len, 5)
var/numCultists = min(candidates.len, 4)
for(var/i = 0, i<numCultists, i++)
H = pick(candidates)