Skip to content

Commit

Permalink
Fix bleed damage typo in re-en.json (foundryvtt#15471)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1xx1 authored Jul 18, 2024
1 parent ad78175 commit 85bb0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@
},
"Bleed3d8": {
"criticalSuccess": "@Damage[(2*3d8)[bleed]]",
"success": "@Damage[3d6[bleed]]"
"success": "@Damage[3d8[bleed]]"
},
"Bleed4d6": {
"criticalSuccess": "@Damage[(2*4d6)[bleed]]",
Expand Down

0 comments on commit 85bb0a3

Please sign in to comment.