Skip to content

Commit

Permalink
added time skip for invisible mode (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fab052 authored Nov 14, 2024
1 parent faadda0 commit 8567cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/game/mode/brik/exterior/invis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ return {
T.add(P,'invis_hidden','modeTask_invis_hidden_title','modeTask_invis_hidden_desc')
end
end,
beforePress=mechLib.brik.misc.skipReadyWithHardDrop_beforePress,
afterClear={
function(P,clear)
---@cast P Techmino.Player.Brik
Expand Down

0 comments on commit 8567cf4

Please sign in to comment.