Merge branch 'main' of https://github.com/26F-Studio/Techmino into mod-patch

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-01-21 10:33:03 +07:00
7 changed files with 197 additions and 9 deletions

View File

@@ -1232,7 +1232,7 @@ function Player:spin(d,ifpre)
local sfx
if ifpre then
sfx='prerotate'
elseif self:ifoverlap(icb,ix,iy+1) and self:ifoverlap(icb,ix-1,iy) and self:ifoverlap(icb,ix+1,iy) then
elseif iy==self.ghoY and self:ifoverlap(icb,ix,iy+1) and self:ifoverlap(icb,ix-1,iy) and self:ifoverlap(icb,ix+1,iy) then
sfx='rotatekick'
self:_rotateField(d)
else