Skip to content

Commit

Permalink
Merge pull request #42 from sdurrheimer/erzatz-rogue-bard
Browse files Browse the repository at this point in the history
fix(modules-rare): enable proper 'Erzatz' effects on 'Camouflage Optique' and 'Déguisement'
  • Loading branch information
DjLeChuck authored Apr 9, 2024
2 parents 8741962 + acff29e commit da07ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
},
"ersatz": {
"rogue": {
"has": false,
"has": true,
"interruption": {
"actif": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
}
},
"bard": {
"has": false
"has": true
}
},
"jetsimple": {
Expand Down

0 comments on commit da07ba3

Please sign in to comment.