Skip to content

Commit 7112298

Browse files
committed
shoutout to the github user named jolly-bot
1 parent 75324ae commit 7112298

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- name: Commit changes
2828
run: |
29-
git config --global user.name "jolly-bot"
30-
git config --global user.email "jolly-[email protected]"
29+
git config --global user.name "jolly[bot]"
30+
git config --global user.email "jolly[bot]@users.noreply.github.com"
3131
git add .
32-
git diff --cached --quiet || git commit -m "JollyBot: auto-format Lua files using Stylua"
32+
git diff --cached --quiet || git commit -m "jolly-bot: auto-format Lua files using Stylua"
3333
git push

items/blind.lua

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

0 commit comments

Comments
 (0)