Skip to content

Commit a5eae8a

Browse files
authored
flash should be true by default
1 parent 580612b commit a5eae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loenn/entities/miniHeart.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ miniHeart.placements = {
1111
noGhostSprite = false,
1212
particleColor = "",
1313
playPulseSound = true,
14-
flash = false
14+
flash = true
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)