小修格式

This commit is contained in:
MrZ_26
2023-06-12 12:16:06 +08:00
parent 4ec1f7c5c8
commit aff7ffb2c4
2 changed files with 7 additions and 13 deletions

View File

@@ -1282,13 +1282,11 @@ function Player:hold_norm(ifpre)
break
end
end
if success then
break
end
if success then break end
end
if not success then -- All test failed, interrupt with sound
SFX.play('drop_cancel')
do return end
return
end
self.spinLast=false
@@ -1353,13 +1351,11 @@ function Player:hold_swap(ifpre)
break
end
end
if success then
break
end
if success then break end
end
if not success then -- All test failed, interrupt with sound
SFX.play('finesseError')
do return end
return
end
self.spinLast=false