Commit e79998f7 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'origin/patch-2' into master

parents 63a772c9 1e7edf5c
...@@ -72,6 +72,7 @@ function s.repfilter(c,tp) ...@@ -72,6 +72,7 @@ function s.repfilter(c,tp)
end end
function s.spcostfilter(c) function s.spcostfilter(c)
return c:IsSetCard(0x195) and c:IsType(TYPE_MONSTER) and not c:IsPublic() return c:IsSetCard(0x195) and c:IsType(TYPE_MONSTER) and not c:IsPublic()
and not c:IsStatus(STATUS_DESTROY_CONFIRMED+STATUS_BATTLE_DESTROYED)
end end
function s.reptg(e,tp,eg,ep,ev,re,r,rp,chk) function s.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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