Changed all src/ and ev references to evennia
This commit is contained in:
parent
3ff937a6fd
commit
ad3f19896c
118 changed files with 565 additions and 661 deletions
|
|
@ -32,7 +32,7 @@ After a reload the dice (or roll) command will be available in-game.
|
|||
|
||||
import re
|
||||
from random import randint
|
||||
from ev import default_cmds, CmdSet
|
||||
from evennia import default_cmds, CmdSet
|
||||
|
||||
|
||||
def roll_dice(dicenum, dicetype, modifier=None, conditional=None, return_tuple=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue