Apply to Multiplayer joker
This commit is contained in:
parent
c855b90f9d
commit
e7a5766812
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "Roland",
|
"id": "Roland",
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"version": "2.9.29",
|
"version": "2.9.30",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"display_name": "Roland",
|
"display_name": "Roland",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
|
|
|
||||||
|
|
@ -680,8 +680,8 @@ joker {
|
||||||
|
|
||||||
local debuffed_by_crimson = right and
|
local debuffed_by_crimson = right and
|
||||||
not right.debuff and
|
not right.debuff and
|
||||||
v.config.center.key ~= "j_turtle_bean" and
|
right.config.center.key == "j_Roland_crimson" and
|
||||||
right.config.center.key == "j_Roland_crimson"
|
not ({j_mp_turtle_bean = true, j_turtle_bean = true})[v.config.center.key]
|
||||||
|
|
||||||
if debuffed_by_crimson and v.ability.Roland_crimson == nil then
|
if debuffed_by_crimson and v.ability.Roland_crimson == nil then
|
||||||
local debuff = not not v.debuff
|
local debuff = not not v.debuff
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue