Skip to content

Commit

Permalink
horns mutation fix (CleverRaven#62650)
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored Dec 10, 2022
1 parent 45fef5b commit 82677e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/DinoMod/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,19 +327,19 @@
"type": "mutation",
"id": "HORNS",
"copy-from": "HORNS",
"extend": { "category": [ "STEGO", "HORNS" ], "threshreq": [ "THRESH_STEGO", "THRESH_HORNS" ] }
"extend": { "category": [ "STEGO", "HORNS" ] }
},
{
"type": "mutation",
"id": "HORNS_POINTED",
"copy-from": "HORNS_POINTED",
"extend": { "category": [ "HORNS" ], "threshreq": [ "THRESH_HORNS" ] }
"extend": { "category": [ "HORNS" ] }
},
{
"type": "mutation",
"id": "HORNS_CURLED",
"copy-from": "HORNS_CURLED",
"extend": { "category": [ "HORNS" ], "threshreq": [ "THRESH_HORNS" ] }
"extend": { "category": [ "HORNS" ] }
},
{
"type": "mutation",
Expand Down

0 comments on commit 82677e6

Please sign in to comment.