Files
impostor/inc/decision/decision.play_rhythm.lua
Zsolt Tasnadi 1a4565428d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
remove manager postfixes
2026-02-21 21:35:48 +01:00

7 lines
197 B
Lua

Decision.register({
id = "play_rhythm",
label = "Play Rhythm Game",
handle = function() Meters.hide() MinigameRhythmWindow.start(WINDOW_GAME) end,
condition = function() return true end
})