Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Pavillon Noir character sheet bug: "Pistolet"

Hello guys, Does anyone know how to fix the bug in the Pavillon Noir character sheet regarding the "pistolet" (gun) ability ? When we enter a value in this ability the number we enter never show and its always showing a level of "0", Thanks !
1557766546
GiGs
Pro
Sheet Author
API Scripter
The problem is the pistolet attribute isnt named correctly in the code. On line 295 this bit <input type="number" name="pistolet" style="margin-right:10px;" value="0"> should be <input type="number" name=" attr_ pistolet" style="margin-right:10px;" value="0"> Hopefully someone with github set up can update that before this week's sheet update. I won't be able to do it in time.
1557769248
Andreas J.
Forum Champion
Sheet Author
Translator
PR done
1557841003
Andreas J.
Forum Champion
Sheet Author
Translator
It was approved and merged so the fix will likely go live later today with this week's sheet updates.