Refactor dice contrib

This commit is contained in:
Griatch 2023-06-17 18:53:48 +02:00
parent 093d0ebb07
commit b351deaadd
6 changed files with 271 additions and 71 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## Main
- Contrib update: Made `dice.roll` contrib function optionally accept dice
definition string e.g. `dice.roll("2d10 + 4 > 10")`. Old way works too.
## Evennia 2.0.1
June 17, 2023