We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912ebce commit fffdf67Copy full SHA for fffdf67
assets/game/brikPlayer.lua
@@ -498,7 +498,7 @@ function BP:freshGhost()
498
end
499
500
-- 20G check
501
- 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
502
local dY=self.ghostY-self.handY
503
self:moveHand('drop',dY)
504
self:freshDelay('drop')
0 commit comments