Commit 600e3567 authored by POLYMER's avatar POLYMER

fix

parent cd071a1f
...@@ -59,7 +59,7 @@ function cm.tgfilter2(c) ...@@ -59,7 +59,7 @@ function cm.tgfilter2(c)
return c:IsAbleToGrave() and c:IsRace(RACE_DIVINE) and c:IsReleasable() return c:IsAbleToGrave() and c:IsRace(RACE_DIVINE) and c:IsReleasable()
end end
function cm.srfilter(c) function cm.srfilter(c)
return (aux.IsCodeListed(c,10000000) or aux.IsCodeListed(c,10000010) or aux.IsCodeListed(c,10000020) or c:IsCode(98500301,5253985,7373632,32247099,79387392,269012,39913299,10000020,10000000,10000010)) and c:IsAbleToHand() return (aux.IsCodeListed(c,10000000) or aux.IsCodeListed(c,10000010) or aux.IsCodeListed(c,10000020) or c:IsCode(5253985,7373632,59094601,39913299,79339613,42469671,85758066,85182315,79868386,32247099,269012,10000000,10000010,10000020)) and c:IsAbleToHand()
end end
function cm.srtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.srtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
--ゴッド・ハンド・クラッシャー --ゴッド・ハンド・クラッシャー
---@param c Card ---@param c Card
function c98500319.initial_effect(c) function c98500319.initial_effect(c)
aux.AddCodeList(c,10000030) aux.AddCodeList(c,10000000)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DISABLE) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DISABLE)
......
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