diff --git a/localization/en-us.lua b/localization/en-us.lua index cb71dfa..29ffb12 100644 --- a/localization/en-us.lua +++ b/localization/en-us.lua @@ -459,6 +459,7 @@ return { name = "Business Sleeve", text = { "{C:attention}Jokers {}are {C:dark_edition}Negative", + "and {C:money}Rental", "{C:attention}Perishable {}lasts forever", "", "{C:Bakery_credit_fg_Roland_bakersdozenbagels,s:0.75}Art: BakersDozenBagels", diff --git a/manifest.json b/manifest.json index 7cf778d..02057c3 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.63", + "version": "2.9.64", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/refs/game_objects b/refs/game_objects new file mode 120000 index 0000000..18a701e --- /dev/null +++ b/refs/game_objects @@ -0,0 +1 @@ +../../smods/src/game_objects \ No newline at end of file diff --git a/src/back.lua b/src/back.lua index f84715c..8fbbf33 100644 --- a/src/back.lua +++ b/src/back.lua @@ -199,8 +199,9 @@ local function create_dropshipped_card(_type, ...) local ok = _type == "Joker" and ret.ability if ok and G.GAME.modifiers.Roland_dropship_alt then - ret:set_edition({negative = true}, true, true) + ret.ability.rental = true ret.ability.perish_tally = 1 / 0 + local _ = ret:set_edition({negative = true}, true, true) end if ok and G.GAME.modifiers.Roland_dropship then