Commit 70949c82 authored by wyykak's avatar wyykak

fix c23162.lua

parent 343c27d3
Pipeline #8559 passed with stage
in 36 seconds
......@@ -80,6 +80,6 @@ function c23162.operation(e,tp,eg,ep,ev,re,r,rp)
fp=1-tp
end
local field=Duel.CreateToken(tp,code)
Duel.MoveToField(field,tp,fp,LOCATION_SZONE,POS_FACEUP,true)
Duel.MoveToField(field,tp,fp,LOCATION_FZONE,POS_FACEUP,true)
Duel.RaiseEvent(field,EVENT_CHAIN_SOLVED,field:GetActivateEffect(),0,tp,tp,Duel.GetCurrentChain())
end
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