Skip to content

Commit

Permalink
修复俩小程序进不去
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 22, 2024
1 parent 2745f69 commit 12ec623
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/game/mode/brik/exterior/tspin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ return {
end
local goSecretApp
if P.modeData.tspin==4 and P.modeData.tspinText=='target_tss' and PROGRESS.getSecret('exterior_tspin_10TSS') then
goSecretApp='polyforge'
goSecretApp='app_polyforge'
elseif P.modeData.tspin==3 and P.modeData.tspinText=='target_tst' and PROGRESS.getSecret('exterior_tspin_10TST') then
goSecretApp='UTTT'
goSecretApp='app_UTTT'
elseif P.modeData.tspin>=10 then
PROGRESS.setExteriorScore('tspin','any',P.modeData.tspin)
if P.modeData.tspinText=='target_tss' then
PROGRESS.setSecret('exterior_tspin_10TSS')
goSecretApp='polyforge'
goSecretApp='app_polyforge'
elseif P.modeData.tspinText=='target_tst' then
PROGRESS.setSecret('exterior_tspin_10TST')
goSecretApp='UTTT'
goSecretApp='app_UTTT'
else
P:finish('AC')
end
Expand Down

0 comments on commit 12ec623

Please sign in to comment.