Commit 1f01f217 authored by Huangnan's avatar Huangnan

Update c101203054.lua

parent e570a7a3
Pipeline #23107 passed with stages
in 27 minutes and 22 seconds
......@@ -60,11 +60,11 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,sg)
end
function s.atkfilter(c)
return c:IsSetCard(0x2a4)
return c:IsSetCard(0x2a4) or c:IsCode(78371393)
end
function s.atkcon(e)
return Duel.IsExistingMatchingCard(s.atkfilter,tp,LOCATION_MZONE,0,1,nil)
end
function s.atklimit(e,c)
return c:IsSetCard(0x2a4)
return c:IsSetCard(0x2a4) or c:IsCode(78371393)
end
\ No newline at end of file
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