diff --git a/manifest.json b/manifest.json index 69e2d57..b013523 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.54", + "version": "2.9.55", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/back.lua b/src/back.lua index 724d6b2..0a72fc4 100644 --- a/src/back.lua +++ b/src/back.lua @@ -152,7 +152,7 @@ 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) + ret:set_edition({negative = true}, true, true) ret.ability.perish_tally = 1 / 0 end