Commit 3dd755b5 authored by 聖園ミカ's avatar 聖園ミカ 🐟

man!

parent ac0cf07c
......@@ -66,6 +66,7 @@ function s.matval(e,lc,mg,c,tp)
return c:IsCode(1200010) and c:GetOwner()==e:GetHandlerPlayer(),true
end
function s.spop0(e,tp,eg,ep,ev,re,r,rp,c)
local c=e:GetHandler()
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
......
......@@ -26,7 +26,7 @@ function cm.initial_effect(c)
e3:SetRange(LOCATION_ONFIELD)
e3:SetTargetRange(0,LOCATION_MZONE)
e3:SetValue(cm.etarget)
Duel.RegisterEffect(e3,tp)
c:RegisterEffect(e3)
local e7=Effect.CreateEffect(c)
e7:SetType(EFFECT_TYPE_FIELD)
e7:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
......
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