issues
search
CodeWringer
/
strive-foundryVTT
STRIVE system for FoundryVTT
GNU General Public License v3.0
1
stars
0
forks
source link
fix: RollFormulaResolver now strips white-space between the dice number and "d/D"
#402
Closed
CodeWringer
closed
11 months ago
CodeWringer
commented
11 months ago
So that e. g.
"3 D3"
becomes
"3D3"
. This is necessary, because FoundryVTT doesn't like the white-space.
Closes #397
"3 D3"
becomes"3D3"
. This is necessary, because FoundryVTT doesn't like the white-space.Closes #397