Commit fbe440e8 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12033001.lua

parent 25b6b3e3
...@@ -30,7 +30,7 @@ function c12033001.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,7 +30,7 @@ function c12033001.spcon(e,tp,eg,ep,ev,re,r,rp)
return not Duel.IsExistingMatchingCard(c12033001.cfilter1,tp,LOCATION_MZONE,0,1,nil,tp) return not Duel.IsExistingMatchingCard(c12033001.cfilter1,tp,LOCATION_MZONE,0,1,nil,tp)
end end
function c12033001.spcost1(e,tp,eg,ep,ev,re,r,rp,chk) function c12033001.spcost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsReleasable() and e:GetHandler():IsSummonType(TYPE_SPSUMMON) and e:GetHandler():IsPreviousLocation(LOCATION_HAND) end if chk==0 then return e:GetHandler():IsReleasable() and e:GetHandler():IsSummonType(SUMMON_TYPE_SPECIAL) and e:GetHandler():IsPreviousLocation(LOCATION_HAND) end
Duel.Release(e:GetHandler(),REASON_COST) Duel.Release(e:GetHandler(),REASON_COST)
end end
function c12033001.spfilter1(c,e,tp,ec) function c12033001.spfilter1(c,e,tp,ec)
......
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