Skip to content

Commit

Permalink
修方块出现瞬间"如果adp==0则出现在底部"写成"如果软降asp==0"
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Oct 2, 2024
1 parent 912ebce commit fffdf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/game/brikPlayer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function BP:freshGhost()
end

-- 20G check
if (self.settings.dropDelay<=0 or self.downCharge and self.settings.asp==0) and self.ghostY<self.handY then
if (self.settings.dropDelay<=0 or self.downCharge and self.settings.adp==0) and self.ghostY<self.handY then
local dY=self.ghostY-self.handY
self:moveHand('drop',dY)
self:freshDelay('drop')
Expand Down

0 comments on commit fffdf67

Please sign in to comment.