Skip to content

Commit

Permalink
fix showing mix element consuming on items (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
keinkurt authored Jan 22, 2024
1 parent e8c4983 commit 92555f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/fh/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -3681,7 +3681,7 @@
},
{
"type": "elementHalf",
"value": "earth|dark",
"value": "earth:dark",
"valueType": "minus",
"subActions": [
{
Expand Down Expand Up @@ -3808,7 +3808,7 @@
},
{
"type": "elementHalf",
"value": "ice|air",
"value": "ice:air",
"valueType": "minus",
"subActions": [
{
Expand Down Expand Up @@ -3914,7 +3914,7 @@
},
{
"type": "elementHalf",
"value": "fire|light",
"value": "fire:light",
"valueType": "minus",
"subActions": [
{
Expand Down

0 comments on commit 92555f7

Please sign in to comment.