Skip to content

Commit fd79d9a

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 1ae0949 commit fd79d9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

items/blind.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,7 @@ local tornado = {
672672
end,
673673
debuff_hand = function(self, cards, hand, handname, check)
674674
if
675-
not
676-
check
675+
not check
677676
and (pseudorandom(pseudoseed("tornado")) < ((G.GAME.probabilities.normal * 2) / 3))
678677
and not G.GAME.blind.disabled
679678
then

0 commit comments

Comments
 (0)