Skip to content

Commit

Permalink
Merge pull request #1785 from sand-boa/sand-boa-injuries-fix
Browse files Browse the repository at this point in the history
Fix Issues with cause_permanent and herbs being mixed up for some Injuries
  • Loading branch information
keyraven authored Oct 27, 2023
2 parents d0209ac + e212194 commit 26ab17c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions resources/dicts/conditions/injuries.json
Original file line number Diff line number Diff line change
Expand Up @@ -812,16 +812,14 @@
"also_got": [],
"cause_permanent": [
"lost a leg",
"lost their tail",
"moss",
"dandelion",
"poppy"
"lost their tail"
],
"herbs": [
"juniper",
"ragwort",
"poppy",
"moss"
"moss",
"dandelion"
]
},

Expand Down Expand Up @@ -849,12 +847,13 @@
"blood loss"
],
"cause_permanent": [
],
"herbs": [
"oak_leaves",
"juniper",
"ragwort",
"moss"
],
"herbs": []
]
},

"water in their lungs":{
Expand Down

0 comments on commit 26ab17c

Please sign in to comment.