Orcpub / orcpub

Code for Dungeon Master's Vault Community Edition
https://www.dungeonmastersvault.com/
Eclipse Public License 2.0
212 stars 106 forks source link

"Wearing medium armor doesn't give disadvantage on Stealth checks" does not work #309

Open tombomb opened 4 years ago

tombomb commented 4 years ago

Describe the bug if you have a custom feat "i.e. Medium Armor Master from the PHB" with "Wearing medium armor doesn't give disadvantage on Stealth checks" on the character sheet it still lists as "Stealth Disadvantage? yes"

To Reproduce add a feet like Medium Armor Master from the PHB add it to a character add half plate to the character check the sheat

Expected behavior It should show "Stealth Disadvantage? no"

Screenshots image

Desktop (please complete the following information):

codeGlaze commented 4 years ago

To other devs: Apparently defmacro fn-mod is only used, ever, by one function in the project. And that's medium-armor-master-stealth \ ?armor-stealth-advantage? (The function that's suppose to flip an armor's stealth DA to false)

Having trouble figuring out where things go sideways in all the various calls.