Wave 2 of tweaks, probably needs a little more

Ripped out the preferences_savefile.dm because it's obsolete and we
don't use it
This commit is contained in:
Crazylemon
2015-12-27 06:32:25 -08:00
parent 4133e98dfe
commit 23e8b1277f
30 changed files with 86 additions and 559 deletions

View File

@@ -101,7 +101,7 @@
var/list/candidates = list()
if(!new_overmind)
candidates = get_candidates(BE_BLOB)
candidates = get_candidates(ROLE_BLOB)
if(candidates.len)
C = pick(candidates)
else