Commit 5875dcf5 authored by POLYMER's avatar POLYMER

fix

parent b6a6c5bd
...@@ -55,7 +55,7 @@ function c28318749.Operation(f,gf,minct,maxct) ...@@ -55,7 +55,7 @@ function c28318749.Operation(f,gf,minct,maxct)
end end
Duel.SendtoGrave(sg,REASON_RULE) Duel.SendtoGrave(sg,REASON_RULE)
c:SetMaterial(og) c:SetMaterial(og)
if og:GetClassCount(Card.GetLevel)==1 then ct=og:GetFirst():GetLevel() end if og:GetClassCount(Card.GetRank)==1 then ct=og:GetFirst():GetRank() end
Duel.Overlay(c,og) Duel.Overlay(c,og)
if ct~=0 then if ct~=0 then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -86,7 +86,7 @@ function c28318749.Operation(f,gf,minct,maxct) ...@@ -86,7 +86,7 @@ function c28318749.Operation(f,gf,minct,maxct)
Duel.SendtoGrave(sg,REASON_RULE) Duel.SendtoGrave(sg,REASON_RULE)
end end
c:SetMaterial(mg) c:SetMaterial(mg)
if mg:GetClassCount(Card.GetLevel)==1 then ct=mg:GetFirst():GetLevel() end if mg:GetClassCount(Card.GetRank)==1 then ct=mg:GetFirst():GetRank() end
Duel.Overlay(c,mg) Duel.Overlay(c,mg)
if ct~=0 then if ct~=0 then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
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