Commit f3402253 authored by Tachibana's avatar Tachibana

eme

parent b0949f65
Pipeline #6416 passed with stages
in 34 minutes and 13 seconds
......@@ -90,7 +90,7 @@ function cm.link(c,sc,code,tc)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SUMMON_COST)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_HAND,LOCATION_HAND)
e1:SetTargetRange(0x7f,0x7f)
e1:SetCost(cm.costchk)
e1:SetOperation(cm.costop)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
......
......@@ -55,6 +55,7 @@ function cm.chop(e,tp,eg,ep,ev,re,r,rp)
e3:SetCode(EFFECT_EXTRA_PENDULUM_SUMMON)
e3:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e3:SetTargetRange(1,0)
e3:SetCountLimit(1)
e3:SetValue(cm.pendvalue)
e3:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e3,tp)
......
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