#xp now has a parameter for party and it displays how much xp you need for the next level. Resolves #68

This commit is contained in:
raeleus 2024-10-14 07:34:57 -07:00
parent 8b199345e9
commit 3a25a8697a
3 changed files with 38 additions and 14 deletions

View file

@ -17,6 +17,7 @@ See the [user guide here](https://github.com/raeleus/Hashtag-DnD/wiki).
Watch the [tutorial video](https://youtu.be/E5TYU7rDaBQ).
v. 0.2.1
* Call `#xp` with the parameter `party` to add xp to the entire group
* Added places of interest to `#location`
* Minor bug fixes and improvements