Respect Talisman's "disable animations"
This commit is contained in:
parent
3027b2ab64
commit
1a3d5ae3eb
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ local function food_jokers_count()
|
|||
end
|
||||
|
||||
local function grand_dad(card)
|
||||
if ((Talisman or {}).config_file or {}).disable_anims then
|
||||
return
|
||||
end
|
||||
|
||||
Jane.q(function()
|
||||
card:juice_up(0.5, 0.5)
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue