Skip to content

Commit cd77e14

Browse files
wingedcatgirljolly[bot]
andauthored
sync catalyst makes plasma noise (#453)
* sync catalyst makes plasma noise * jolly-bot: auto-format Lua files using Stylua --------- Co-authored-by: jolly[bot] <jolly[bot]@users.noreply.github.com>
1 parent 66767a0 commit cd77e14

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

items/epic.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,17 @@ local sync_catalyst = {
251251
return {
252252
message = localize("k_balanced"),
253253
colour = { 0.8, 0.45, 0.85, 1 },
254+
func = function()
255+
G.E_MANAGER:add_event(Event({
256+
trigger = "after",
257+
func = function()
258+
play_sound("gong", 0.94, 0.3)
259+
play_sound("gong", 0.94 * 1.5, 0.2)
260+
play_sound("tarot1", 1.5)
261+
return true
262+
end,
263+
}))
264+
end,
254265
}
255266
end
256267
end,

0 commit comments

Comments
 (0)