hazelmud/commands/encounter/sets.py

8 lines
168 B
Python
Raw Permalink Normal View History

from evennia import CmdSet
from .actions import *
class SetSpeciesHuman(CmdSet):
def at_cmdset_creation(self):
self.add(CmdBite)
self.add(CmdKiss)