Commit 741cdc48 authored by TanakaKotoha's avatar TanakaKotoha

y1s1

parent 5c4da376
...@@ -53,12 +53,12 @@ function cm.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,12 +53,12 @@ function cm.tgop(e,tp,eg,ep,ev,re,r,rp)
local te=c:GetActivateEffect() local te=c:GetActivateEffect()
local b1=te:IsActivatable(tp) local b1=te:IsActivatable(tp)
if b1 then if b1 then
local fc=Duel.GetFieldCard(tp,LOCATION_SZONE,5) local fc=Duel.GetFieldCard(tp,LOCATION_FZONE,5)
if fc then if fc then
Duel.SendtoGrave(fc,REASON_RULE) Duel.SendtoGrave(fc,REASON_RULE)
Duel.BreakEffect() Duel.BreakEffect()
end end
Duel.MoveToField(c,tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(c,tp,tp,LOCATION_FZONE,POS_FACEUP,true)
te:UseCountLimit(tp,1,true) te:UseCountLimit(tp,1,true)
local tep=c:GetControler() local tep=c:GetControler()
local cost=te:GetCost() local cost=te:GetCost()
......
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