hazelmud/world/bodyparts.py

10 lines
130 B
Python
Raw Normal View History

2024-01-12 01:15:24 +00:00
from commands.encounter_cmdset import SetSpeciesHuman
SPECIES_LIST = [
"Human",
]
SPECIES_CMDSET = [
SetSpeciesHuman,
]