Commit 452e74f5 authored by gg123gg's avatar gg123gg

Update c12070001.lua

parent 334b4974
Pipeline #6603 passed with stages
in 51 minutes and 37 seconds
......@@ -10,7 +10,7 @@ function Sr_Farw.cannotspop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetCondition(function(e,tp,eg,ep,ev,re,r,rp)
return eg and eg:IsPreviousLocation(LOCATION_DECK) and eg:IsExists(Sr_Farw.cannotfilter,1,nil) end)
e1:SetOperation(cm.cannotspsummon)
e1:SetOperation(Sr_Farw.cannotspsummon)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(tp,e1)
return e1
......
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