Skip to content

Commit

Permalink
fix(content): Remove a reference to a non-existent sound (endless-sky…
Browse files Browse the repository at this point in the history
…#10424)

The effect "star tail hit" now uses the sound "explosion small" instead of referring to the sound "star tail hit" which does not exist.
  • Loading branch information
tibetiroka authored Aug 28, 2024
1 parent 7fdd879 commit 02e6ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/incipias/incipias outfits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ effect "star tail hit"
sprite "effect/star tail hit"
"no repeat"
"frame rate" 40
sound "star tail hit"
sound "explosion small"
"lifetime" 30
"velocity scale" 0.

Expand Down

0 comments on commit 02e6ded

Please sign in to comment.