Skip to content

Commit

Permalink
fix(penny): rm dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiz0 committed May 11, 2024
1 parent 5060bde commit 2353314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jokers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ function Jokers()
text = {
"At end of round,",
"duplicate {C:attention}All{} cards",
"in your deck.",
"in your deck",
"{s:0.5}Please sell when you have 1000 cards or more!",
},
},
Expand Down
2 changes: 1 addition & 1 deletion site/src/jokers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const jokers = [
text: [
"At end of round,",
"duplicate {C:attention}All{} cards",
"in your deck.",
"in your deck",
],
badge: "rare",
image: "j_aiz_penny",
Expand Down

0 comments on commit 2353314

Please sign in to comment.