Commit 9bf1022f authored by Momobako's avatar Momobako

Push by Appveyor

parent 9a3113c6
...@@ -28,7 +28,7 @@ function c22261002.IsKuMaKawa(c) ...@@ -28,7 +28,7 @@ function c22261002.IsKuMaKawa(c)
return m and m.named_with_KuMaKawa return m and m.named_with_KuMaKawa
end end
function c22261002.condition(e,tp,eg,ep,ev,re,r,rp) function c22261002.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)==0 return Duel.GetFieldGroupCount(c:GetControler(),LOCATION_MZONE,0)==0
end end
function c22261002.thfilter1(c) function c22261002.thfilter1(c)
return c22261002.IsKuMaKawa(c) and c:IsAbleToHand() return c22261002.IsKuMaKawa(c) and c:IsAbleToHand()
......
...@@ -21,6 +21,7 @@ function c22262101.initial_effect(c) ...@@ -21,6 +21,7 @@ function c22262101.initial_effect(c)
--to hand --to hand
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_TOHAND) e2:SetCategory(CATEGORY_TOHAND)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
......
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