Skip to content

Commit 12ea88a

Browse files
committed
Fixed: Emerald Core healed itself much more than it took damage.
1 parent ecc6957 commit 12ea88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/blocks/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ height: 10,
99
speed: 6,
1010
lifetime: 42.5,
1111
collidesTeam: true,
12-
healPercent: 12.5,
12+
healPercent: 8,
1313
backColor: Pal.heal,
1414
frontColor: Color.white,
1515
damage: 30,

0 commit comments

Comments
 (0)