Skip to content

Commit

Permalink
make mending actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll committed May 30, 2024
1 parent 6ca13ef commit 2da5419
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"values": [
{ "value": "REGEN_HP", "multiply": 50 },
{ "value": "REGEN_HP_AWAKE", "multiply": 1 },
{ "value": "MENDING_MODIFIER", "add": 1 },
{ "value": "MENDING_MODIFIER", "add": 50 },
{ "value": "METABOLISM", "multiply": 2 },
{ "value": "HUNGER", "multiply": 2 },
{ "value": "SLEEPINESS", "multiply": 1 },
Expand Down
4 changes: 0 additions & 4 deletions data/json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@
"id": "BLED",
"type": "json_flag"
},
{
"id": "MEND_ALL",
"type": "json_flag"
},
{
"id": "CANT_HEAL_EVERYONE",
"type": "json_flag",
Expand Down

0 comments on commit 2da5419

Please sign in to comment.