Commit 9bf1022f authored by Momobako's avatar Momobako

Push by Appveyor

parent 9a3113c6
......@@ -28,7 +28,7 @@ function c22261002.IsKuMaKawa(c)
return m and m.named_with_KuMaKawa
end
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
function c22261002.thfilter1(c)
return c22261002.IsKuMaKawa(c) and c:IsAbleToHand()
......
......@@ -21,6 +21,7 @@ function c22262101.initial_effect(c)
--to hand
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_TOHAND)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
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