generated from Nemesis/Exemple
dés :fate correction
This commit is contained in:
parent
ed70c59d55
commit
205c980ddb
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ def entryPoint(room, event): # Analyse des commandes ":", point d'entrée pour l
|
|||
parser.option = [False,False,True,0,0,0,0,0,False,0,0,True]
|
||||
rollXPoint()
|
||||
elif (parser.eat(":fate",1)):
|
||||
text = "4d3-8"
|
||||
text = text[5:] + " 4d3-8"
|
||||
parser = Parser(text,nick,room)
|
||||
parser.option = [False,False,False,0,0,0,0,0,False,0,0,False]
|
||||
rollXPoint()
|
||||
|
|
Loading…
Reference in a new issue