Merge pull request 'RPG dice module' (#32) from oreolek/vantaMOO:dice into vanta

Reviewed-on: vantablack/vantaMOO#32
This commit is contained in:
vanta black 2023-01-22 05:46:40 +00:00
commit 3267572f56
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@ from evennia.contrib.grid import simpledoor
from evennia.contrib.grid.ingame_map_display import MapDisplayCmdSet
from lib.pronounsub.commands import *
from lib.rpsystem.rpsystem import RPSystemCmdSet
from evennia.contrib.rpg import dice
class CharacterCmdSet(default_cmds.CharacterCmdSet):
@ -74,6 +75,9 @@ class CharacterCmdSet(default_cmds.CharacterCmdSet):
# Overrides @examine
self.add(CmdCustomExamine())
# RPG dice
self.add(dice.CmdDice())
class AccountCmdSet(default_cmds.AccountCmdSet):
"""
This is the cmdset available to the Account at all times. It is