Skip to content

Commit fffdf67

Browse files
committed
修方块出现瞬间"如果adp==0则出现在底部"写成"如果软降asp==0"
1 parent 912ebce commit fffdf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/game/brikPlayer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ function BP:freshGhost()
498498
end
499499

500500
-- 20G check
501-
if (self.settings.dropDelay<=0 or self.downCharge and self.settings.asp==0) and self.ghostY<self.handY then
501+
if (self.settings.dropDelay<=0 or self.downCharge and self.settings.adp==0) and self.ghostY<self.handY then
502502
local dY=self.ghostY-self.handY
503503
self:moveHand('drop',dY)
504504
self:freshDelay('drop')

0 commit comments

Comments
 (0)