Commit 1d33f1f3 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12036021.lua

parent fdb8afc5
...@@ -44,7 +44,7 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,7 +44,7 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoGrave(fc,REASON_RULE) Duel.SendtoGrave(fc,REASON_RULE)
Duel.BreakEffect() Duel.BreakEffect()
end end
Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(tc,tp,tp,LOCATION_PZONE,POS_FACEUP,true)
local te=tc:GetActivateEffect() local te=tc:GetActivateEffect()
te:UseCountLimit(tp,1,true) te:UseCountLimit(tp,1,true)
local tep=tc:GetControler() local tep=tc:GetControler()
...@@ -118,4 +118,4 @@ function cm.atkval(e,c) ...@@ -118,4 +118,4 @@ function cm.atkval(e,c)
else else
return atk return atk
end end
end end
\ No newline at end of file
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