Commit 31b04904 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c42940404.lua

Fix: Will no longer add Machina Spell/Traps.
parent 906eeba6
...@@ -84,7 +84,7 @@ function c42940404.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,7 +84,7 @@ function c42940404.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c42940404.sfilter(c) function c42940404.sfilter(c)
return c:IsSetCard(0x36) and c:GetCode()~=42940404 and c:IsAbleToHand() return c:IsSetCard(0x36) and c:GetCode()~=42940404 and c:IsAbleToHand() and c:IsType(TYPE_MONSTER)
end end
function c42940404.stg(e,tp,eg,ep,ev,re,r,rp,chk) function c42940404.stg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c42940404.sfilter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c42940404.sfilter,tp,LOCATION_DECK,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