Skip to content

Commit

Permalink
Merge pull request #397 from Dragokillfist/refactor
Browse files Browse the repository at this point in the history
taxfraud art
  • Loading branch information
MathIsFun0 authored Feb 19, 2025
2 parents 631593e + 992d362 commit 9c5fdf9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file modified assets/1x/atlastwo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/2x/atlastwo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions items/code.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3704,6 +3704,7 @@ local pointer = {
paupovlin = "paupovlin revere",
poppin = "paupovlin revere",
jen = "jen walter",
dandy = 'Dandicus "Dandy" Dancifer',
--should I add "reverse ___" prefixes for the reverse tarots?
survivor = "the survivor",
monk = "the monk",
Expand Down
7 changes: 5 additions & 2 deletions items/misc_joker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6518,12 +6518,12 @@ local tax_fraud = {
object_type = "Joker",
name = "cry-Tax-Fraud",
key = "tax_fraud",
pos = { x = 2, y = 0 },
pos = { x = 4, y = 6 },
config = { extra = { money = 6 } },
rarity = 3,
cost = 10,
order = 128,
atlas = "placeholders",
atlas = "atlastwo",
in_pool = function(self)
if not G.GAME.modifiers.enable_rentals_in_shop then return false end
return true
Expand All @@ -6540,6 +6540,9 @@ local tax_fraud = {
idea = {
"DoNotSus"
},
art = {
"Dragokillfist"
},
code = {
"Foegro"
}
Expand Down

0 comments on commit 9c5fdf9

Please sign in to comment.