Skip to content

Commit

Permalink
Changing to status effect requires reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Eligarf committed Jul 1, 2024
1 parent 7ee085d commit 668513f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/systems/dnd5e.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class Engine5e extends Engine {
if (!beforeV12) {
settings.hiddenSource.choices['hiding'] = 'stealthy.dnd5e.hiding.choice';
settings.hiddenSource.default = 'hiding';
settings.hiddenSource.requiresReload = true;
}
}
return settings;
Expand Down

0 comments on commit 668513f

Please sign in to comment.