Do not debuff Turtle Bean
This commit is contained in:
parent
69af47d3c7
commit
ec06774740
2 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"id": "Roland",
|
||||
"name": "Roland",
|
||||
"prefix": "Roland",
|
||||
"version": "2.8.26",
|
||||
"version": "2.8.27",
|
||||
"badge_colour": "8BE9FD",
|
||||
"display_name": "Roland",
|
||||
"main_file": "src/main.lua",
|
||||
|
|
|
|||
|
|
@ -740,6 +740,7 @@ joker {
|
|||
|
||||
local debuffed_by_crimson = right and
|
||||
not right.debuff and
|
||||
v.config.center.key ~= "j_turtle_bean" and
|
||||
right.config.center.key == "j_Roland_crimson"
|
||||
|
||||
if debuffed_by_crimson and v.ability.Roland_crimson == nil then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue