fix dullahan spine whip

This commit is contained in:
jacob1 2016-08-18 23:06:12 -04:00
parent ead74e0fe5
commit f222c9ab16

View File

@ -9,6 +9,7 @@ from src import debuglog, errlog, plog
from src.decorators import cmd, event_listener from src.decorators import cmd, event_listener
from src.messages import messages from src.messages import messages
from src.events import Event from src.events import Event
import botconfig
KILLS = {} # type: Dict[str, str] KILLS = {} # type: Dict[str, str]
TARGETS = {} # type: Dict[str, Set[str]] TARGETS = {} # type: Dict[str, Set[str]]