Commit 925255c1 authored by Grajade's avatar Grajade

Update c1111502.lua

parent b34211fe
...@@ -35,7 +35,7 @@ function c1111502.initial_effect(c) ...@@ -35,7 +35,7 @@ function c1111502.initial_effect(c)
end end
-- --
function c1111502.con1(e,tp,eg,ep,ev,re,r,rp) function c1111502.con1(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)<1 return Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)<1
end end
function c1111502.cost1(e,tp,eg,ep,ev,re,r,rp,chk) function c1111502.cost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToDeckAsCost,tp,LOCATION_HAND,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToDeckAsCost,tp,LOCATION_HAND,0,1,nil) end
......
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