Skip to content

Commit

Permalink
flash should be true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Oct 19, 2024
1 parent 580612b commit a5eae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loenn/entities/miniHeart.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ miniHeart.placements = {
noGhostSprite = false,
particleColor = "",
playPulseSound = true,
flash = false
flash = true
}
}
}
Expand Down

0 comments on commit a5eae8a

Please sign in to comment.