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

@@ -29,7 +29,7 @@ var/list/blob_nodes = list()
/datum/game_mode/blob/pre_setup()
var/list/possible_blobs = get_players_for_role(BE_BLOB)
var/list/possible_blobs = get_players_for_role(ROLE_BLOB)
// stop setup if no possible traitors
if(!possible_blobs.len)