Commit d2660ad2 authored by 花桃白音's avatar 花桃白音

fix--0004 add dot

parent 84e37aef
......@@ -55,7 +55,7 @@ function cm.initial_effect(c)
.e("SetCode",EVENT_PHASE+PHASE_END)
.e("SetRange",LOCATION_GRAVE)
.e("SetCountLimit",1,m)
.e("SetCondition"function(e,tp,eg,ep,ev,re,r,rp)
.e("SetCondition",function(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
end)
.e("SetTarget",function(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -53,7 +53,7 @@ function cm.initial_effect(c)
.e("SetCode",EVENT_PHASE+PHASE_END)
.e("SetRange",LOCATION_GRAVE)
.e("SetCountLimit",1)
.e("SetCondition"function(e,tp,eg,ep,ev,re,r,rp)
.e("SetCondition",function(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
end)
.e("SetTarget",function(e,tp,eg,ep,ev,re,r,rp,chk)
......
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