Make Negative spawn silently
This commit is contained in:
parent
3be69067ab
commit
02b8bb901d
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue