Skip to content

Commit

Permalink
Inverted needs to go before Condition Type
Browse files Browse the repository at this point in the history
  • Loading branch information
BlasterM5 committed Jul 9, 2024
1 parent 8493a36 commit f736524
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions data/ponyorigins/powers/common/diets/herbivore.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@
"type": "origins:and",
"conditions": [
{
"type": "origins:food",
"inverted": true
"inverted": true,
"type": "origins:food"
},
{
"type": "origins:ingredient",
Expand All @@ -536,8 +536,8 @@
"type": "origins:and",
"conditions": [
{
"type": "origins:food",
"inverted": true
"inverted": true,
"type": "origins:food"
},
{
"type": "origins:ingredient",
Expand All @@ -559,8 +559,8 @@
"type": "origins:and",
"conditions": [
{
"type": "origins:food",
"inverted": true
"inverted": true,
"type": "origins:food"
},
{
"type": "origins:ingredient",
Expand Down
4 changes: 2 additions & 2 deletions data/ponyorigins/powers/common/diets/pescavore.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@
"type": "origins:and",
"conditions": [
{
"type": "origins:food",
"inverted": true
"inverted": true,
"type": "origins:food"
},
{
"type": "origins:ingredient",
Expand Down

0 comments on commit f736524

Please sign in to comment.