epic-power-rpg / roll20

Apache License 2.0
0 stars 0 forks source link

Update parry field to use largest weapon defense #72

Closed jazeee closed 1 year ago

jazeee commented 1 year ago

Fix Rework Parry fields #69

image image

jazeee commented 1 year ago

Nice! One possible quibble: Did you mean to leave in console.log(Largest Weapon Defense: ${largestWeaponDefense}); I mostly try to avoid things in the log that will called fairly often, and this code will get called every time someone shoots an arrow, decreasing the weapon count.

Yeah, I was debugging, but will remove it now.