Skip to content

Commit

Permalink
Fix HEAL
Browse files Browse the repository at this point in the history
Fix HEAL spell in artifact.
  • Loading branch information
KymasTuran authored Aug 19, 2022
1 parent 725e825 commit 92959db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/artifact/legacy_artifact_active.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"flags": [ "NO_PROJECTILE" ],
"shape": "blast",
"base_casting_time": 100,
"min_damage": 2,
"max_damage": 2,
"min_damage": -2,
"max_damage": -2,
"message": "You feel healed."
},
{
Expand Down

0 comments on commit 92959db

Please sign in to comment.