Skip to content

Commit

Permalink
Fix Chronomancer's Secrets so that it can be taken a second time (fou…
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward authored Oct 15, 2023
1 parent 777b367 commit c70f3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packs/feats/chronomancers-secrets.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"level": {
"value": 8
},
"maxTakable": 2,
"prerequisites": {
"value": [
{
Expand Down
2 changes: 1 addition & 1 deletion static/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@
"Warning": {
"InvalidCategory": "Cannot add feat \"{item}\" to {category}: feat type is invalid.",
"TakenAfterLevel1": "{item} must be taken at level 1, but {actor} is at level {actorLevel}.",
"TakenMoreThanMax": "{item} may only be {maxTakable} times, but {actor} has selected it {timesTaken} times.",
"TakenMoreThanMax": "{item} may only be taken {maxTakable} times, but {actor} has selected it {timesTaken} times.",
"TakenMoreThanOnce": "{item} may only be taken once, but {actor} has selected it an additional time."
}
},
Expand Down

0 comments on commit c70f3d2

Please sign in to comment.