Add preset offtopia-norandom

This commit is contained in:
Juhani Krekelä 2019-05-11 20:35:27 +03:00
parent b4157536bd
commit cf6e2fea93
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import random
from collections import namedtuple
# TODO: !redeal
# TODO: offtopia-norandom preset
import cardcast_api
@ -381,6 +380,13 @@ def game(send, notice, voice, devoice, get_event):
deck_add_random_handler()
deck_add_random_handler()
elif rest[0] == 'offtopia-norandom':
send('Adding the default CAH deck (A5DCM), offtopia injoke deck (PXWKC), and :Deck (colondeck)')
deck_add_handler('A5DCM')
deck_add_handler('PXWKC')
deck_add_handler('colondeck')
elif rest[0] == 'empty':
pass