diff --git a/gameloop.py b/gameloop.py index f9a40ba..a063dd2 100644 --- a/gameloop.py +++ b/gameloop.py @@ -417,7 +417,7 @@ def game(send, notice, voice, devoice, get_event): deck_add_handler('A5DCM') - elif rest[0] == 'offtopia': + elif rest[0] == 'offtopia-random': send('Adding the default CAH deck (A5DCM), offtopia injoke deck (PXWKC), :Deck (colondeck) and three random decks') deck_add_handler('A5DCM') @@ -428,7 +428,7 @@ def game(send, notice, voice, devoice, get_event): deck_add_random_handler() deck_add_random_handler() - elif rest[0] == 'offtopia-norandom': + elif rest[0] == 'offtopia': send('Adding the default CAH deck (A5DCM), offtopia injoke deck (PXWKC), and :Deck (colondeck)') deck_add_handler('A5DCM')