Commit e8a210fc authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Jabbing Panda (#1761)

parent 6b389dfa
...@@ -15,6 +15,7 @@ function c36539330.initial_effect(c) ...@@ -15,6 +15,7 @@ function c36539330.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_TO_GRAVE) e2:SetCode(EVENT_TO_GRAVE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e2:SetCountLimit(1,36539331)
e2:SetCondition(c36539330.tgcon) e2:SetCondition(c36539330.tgcon)
e2:SetTarget(c36539330.tgtg) e2:SetTarget(c36539330.tgtg)
e2:SetOperation(c36539330.tgop) e2:SetOperation(c36539330.tgop)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment