banned/src
skizzerz dc9196237c Fix end-of-game message for lycan
Lycans and people with lycanthropy totem now properly show up as wolves
if they turned during the game by removing special-case tracking for
them (var.LYCANS) and opting for the generic role-change tracking
(var.FINAL_ROLES) instead. Also, make it so that wolves don't "turn
into" wolves if they are afflicted with lycanthropy and then
subsequently targeted by wolves (which can happen with luck/misdirection
totem).
2015-04-27 23:13:37 -05:00
..
__init__.py Reorganize imports 2015-04-07 12:01:59 +02:00
decorators.py Reorganize imports 2015-04-07 12:01:59 +02:00
handler.py notify_error: Don't send a duplicate message if DEV_CHANNEL is the current channel 2015-04-16 18:52:57 +02:00
settings.py remove LEAVE_ON_LOGOUT setting, now enabled automatically when ACCOUNTS_ONLY is on 2015-04-18 17:45:40 -04:00
wolfgame.py Fix end-of-game message for lycan 2015-04-27 23:13:37 -05:00