SalieriC / SWIM

A collection of macros for the SWADE system on Foundry with a focus on immersion (i.e. by using sound effects)
GNU General Public License v3.0
10 stars 12 forks source link

Update travel_calculator to not fail when no encounters are loaded #138

Closed mysurvive closed 1 year ago

mysurvive commented 1 year ago

Travel Encounters macro currently fails if there are no encounters loaded (niche situation, but nice for it to either gracefully return a message or just continue with the macro on undefined, I chose the latter option since it seems intentional to not have encounters loaded and not choose to run encounters).

mysurvive commented 1 year ago

This is the PR for #139