Make mad scientist skip over dead players once the game size gets to 16p, number chosen arbitrarily.

This commit is contained in:
skizzerz 2014-09-15 22:08:32 -05:00
parent e9918a9b44
commit 3620b05a96

View File

@ -59,7 +59,7 @@ LOVER_WINS_WITH_FOOL = False # if fool is lynched, does their lover win with the
# Minimum number of players needed for mad scientist to skip over dead people when determining who is next to them
# Set to 0 to always skip over dead players. Note this is number of players that !joined, NOT number of players currently alive
MAD_SCIENTIST_SKIPS_DEAD_PLAYERS = 99
MAD_SCIENTIST_SKIPS_DEAD_PLAYERS = 16
CARE_BOLD = False
CARE_COLOR = False