Make mad scientist skip over dead players once the game size gets to 16p, number chosen arbitrarily.
This commit is contained in:
parent
e9918a9b44
commit
3620b05a96
@ -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
|
# 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
|
# 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_BOLD = False
|
||||||
CARE_COLOR = False
|
CARE_COLOR = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user