Commit 2019835c authored by wind2009's avatar wind2009

Update actionduel

Field change to facedown initially
parent 027c57a8
......@@ -4,7 +4,7 @@ ActionDuel = {}
function ActionDuel.Load_Action_Duel()
for p=0,1 do
local fc=Duel.CreateToken(p,19162134)
Duel.MoveToField(fc,p,p,LOCATION_SZONE,POS_FACEUP,true)
Duel.MoveToField(fc,p,p,LOCATION_SZONE,POS_FACEDOWN,true)
-- effect
local e1=Effect.CreateEffect(fc)
e1:SetCategory(CATEGORY_REMOVE)
......
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