Commit 9c98d788 authored by GuGu's avatar GuGu

Update c51111.lua

parent 4508febc
Pipeline #21229 passed with stage
in 1 minute and 10 seconds
......@@ -85,7 +85,7 @@ end
function c51111.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsReleasable() end
Duel.Release(e:GetHandler(),REASON_EFFECT)
Duel.Release(e:GetHandler(),REASON_COST)
end
function c51111.spfilter(c,e,tp)
return c:IsCode(51112) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsFaceup() and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
......
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