修复20G不会禁用各种软降键

This commit is contained in:
MrZ626
2021-07-11 16:35:49 +08:00
parent a0e3eb21c5
commit 7a2ac914df

View File

@@ -186,6 +186,10 @@ end
function Player:set20G(if20g)
self._20G=if20g
self:switchKey(7,not if20g)
self:switchKey(13,not if20g)
self:switchKey(14,not if20g)
self:switchKey(15,not if20g)
self:switchKey(16,not if20g)
if if20g and self.AI_mode=='CC'then CC.switch20G(self)end
end
function Player:setHold(count)--Set hold count (false/true as 0/1)