Commit edd927eb authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1110124.lua

parent 15d0f600
......@@ -53,7 +53,8 @@ function c1110124.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
local n=c:GetOverlayCount()
if chk==0 then
if e:GetLabel()~=100 then return false end
return c:CheckRemoveOverlayCard(tp,n,REASON_COST)
return c:GetOverlayCount()>0
and c:CheckRemoveOverlayCard(tp,n,REASON_COST)
and Duel.IsExistingMatchingCard(c1110124.tfilter2,tp,LOCATION_DECK,0,1,nil)
end
e:SetLabel(n)
......
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