Partial revert of 56827a2, rm unneeded (and horrific) code

This commit is contained in:
skizzerz 2016-02-01 21:05:01 -06:00
parent 32db6b131d
commit abc90530d8

View File

@ -167,9 +167,6 @@ TOTEM_CHANCES = { "death": ( 1 , 1 , 0
"deceit": ( 0 , 1 , 1 ),
}
try:
GAME_MODES
except:
GAME_MODES = {}
SIMPLE_NOTIFY = set() # cloaks of people who !simple, who don't want detailed instructions
SIMPLE_NOTIFY_ACCS = set() # same as above, except accounts. takes precedence