4 lines
113 B
Python
4 lines
113 B
Python
GAME_STARTED = False
|
|
ROLES = {"person" : []}
|
|
ORIGINAL_ROLES = None
|
|
PHASE = "none" # "join", "day", or "night" |