Rughalt / D35E

3.5e SRD implementation for Foundry VTT.
https://legaciesofthedragon.com
GNU General Public License v3.0
37 stars 30 forks source link

unable to set value of a coin less than 0.01 #882

Closed wmve closed 2 years ago

wmve commented 2 years ago

steps to recreate

  1. create a custom coin
  2. set "value in gp" to 0.005 expected behaviour: value stored = 0.005 actual behaviour: value stored = 0

image

github-actions[bot] commented 2 years ago

Thanks for opening an issue, traveller! If your issue is related to an actor or an item, sending thing that is broken will help a lot and speed up debugging.

How to send an item? > - If item is owned by a character, drag and drop it to world item list. > - Right click on item in browser item list and click export. > - Attach downloaded item to this ticket. How to send an actor? > - Right click on actor in browser actor list and click export. > - Attach downloaded actor to this ticket.

wmve commented 2 years ago

fixed with check in for #883