Improve multiplayer compatibility, again
This commit is contained in:
parent
0e5a7a3d06
commit
f723ea8a7e
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"id": "Roland",
|
||||
"name": "Roland",
|
||||
"prefix": "Roland",
|
||||
"version": "2.8.22",
|
||||
"version": "2.8.23",
|
||||
"badge_colour": "8BE9FD",
|
||||
"display_name": "Roland",
|
||||
"main_file": "src/main.lua",
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ joker {
|
|||
G.GAME.chips / card.ability.extra.requirement < G.GAME.blind.chips then
|
||||
card.getting_sliced = true
|
||||
local message = localize {type = "variable", key = "b_Roland_bye"}
|
||||
SMODS.calculate_effect({message = message, colour = G.C.RED, message_card = card}, card)
|
||||
SMODS.calculate_effect({message = message, colour = G.C.RED, message_card = card, repetitions = 0}, card)
|
||||
|
||||
q(function()
|
||||
G.hand_text_area.blind_chips:juice_up()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue