cvillhauer / Pathfinder-Animal-Handling2

I'm redoing my Pathfinder Animal Handling app, in Angular and with in-memory-web-api.
1 stars 0 forks source link

Implement the concept of "No saving throw" #136

Closed cvillhauer closed 4 years ago

cvillhauer commented 4 years ago

Some things that usually have saving throws, such as spells or breath weapons, actually don't get a saving throw in when done by a certain creature or in a certain situation. Right now, everything breaks if you try to insert a null or undefined SavingThrow object.

(For example the Vrock spore ability.)