From 1e7edf5cac90efb33117f615521ee62133641654 Mon Sep 17 00:00:00 2001 From: Wind2009-Louse Date: Sun, 22 Jun 2025 16:11:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Start=20for=20VS=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c35550352.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/c35550352.lua b/c35550352.lua index 91a2df0a67..dd3ba5419e 100644 --- a/c35550352.lua +++ b/c35550352.lua @@ -72,6 +72,7 @@ function s.repfilter(c,tp) end function s.spcostfilter(c) return c:IsSetCard(0x195) and c:IsType(TYPE_MONSTER) and not c:IsPublic() + and not c:IsStatus(STATUS_DESTROY_CONFIRMED+STATUS_BATTLE_DESTROYED) end function s.reptg(e,tp,eg,ep,ev,re,r,rp,chk) local c=e:GetHandler()