v1.7.13 - rpg-sage-creative/rpg-sage GitHub Wiki
2024-10-23 09:44
Happy Humpday!
Our cool new stat update feature, while awesome, had a couple more moving parts than we thought. This caused a couple bugs that we flat missed. Fixing the worst bug required altering some of that new code, which broke another thing. We think we have them sorted out now.
Due to interactions we hadn't expected, we had to alter functionality we added in the previous (v1.7.12) update. We had made it so that you could do AC math right in your dice (ex: [1d20 ac 10-2]
), but allowing that math was breaking other dice features (notably [2d20kh1+8]
turned into [2d20kh9]
). We had to alter the logic so that if you want Sage to do math like that before rolling dice, you need to use parentheses.
Before:[1d20 ac 10-2; 1d6 +4-2 slash]
After:
[1d20 ac (10-2); 1d6 +(4-2) slash]
becomes
[1d20 ac 8; 1d6 +2 slash]
We apologize for any inconvenience or confusion.
We have channels to track and organize bugs and requests! https://discord.com/channels/480488957889609733/1207377294918950963 https://discord.com/channels/480488957889609733/1207387859548512340
Please drop by our Discord: Public Link to our Discord
Thank You, and Happy Gaming! :spacer:- Randal, aka RPG Sage :Sage: