Skip to content

Commit

Permalink
Fixed: Emerald Core healed itself much more than it took damage.
Browse files Browse the repository at this point in the history
  • Loading branch information
3Snake3 committed Jun 7, 2023
1 parent ecc6957 commit 12ea88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/blocks/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ height: 10,
speed: 6,
lifetime: 42.5,
collidesTeam: true,
healPercent: 12.5,
healPercent: 8,
backColor: Pal.heal,
frontColor: Color.white,
damage: 30,
Expand Down

0 comments on commit 12ea88a

Please sign in to comment.