Make Negative spawn silently

This commit is contained in:
Emik 2026-07-13 22:40:06 +02:00
parent 3be69067ab
commit 805be430b0
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"id": "Roland", "id": "Roland",
"name": "Roland", "name": "Roland",
"prefix": "Roland", "prefix": "Roland",
"version": "2.9.54", "version": "2.9.55",
"badge_colour": "8BE9FD", "badge_colour": "8BE9FD",
"display_name": "Roland", "display_name": "Roland",
"main_file": "src/main.lua", "main_file": "src/main.lua",

View file

@ -152,7 +152,7 @@ local function create_dropshipped_card(_type, ...)
local ok = _type == "Joker" and ret.ability local ok = _type == "Joker" and ret.ability
if ok and G.GAME.modifiers.Roland_dropship_alt then 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 ret.ability.perish_tally = 1 / 0
end end