AnthonyMonette / TheWitcherTRPG

FoundryVTT The witcher trpg system
GNU General Public License v3.0
29 stars 34 forks source link

[BUG] Additional parrying does not take away stamina #327

Open IHappyEndI opened 1 year ago

IHappyEndI commented 1 year ago

When selecting the protection action "Parry" and "Parry throwing weapons" with the check mark "Additional protection", the stamina is not taken away

Foundry V11.311 System V0.97

IHappyEndI commented 1 year ago

I found the problem. In parrying it looks like it should be like this let isExtraDefence = html.find("[name=isExtraDefense]").prop("checked"); but it 's done this way let isExtraDefence = html.find("[name=isExtraDefence]").prop("checked");