Commit 4c26fbeb authored by POLYMER's avatar POLYMER

fix

parent 55460814
......@@ -1214,15 +1214,6 @@
72100536 0
72100537 0
72100538 0
75001001 0
75001002 0
75001003 0
75001004 0
75001005 0
75001006 0
75001007 0
75001008 0
75001009 0
76372772 0
77000501 0
77000502 0
......
No preview for this file type
......@@ -44,7 +44,7 @@ function c22020650.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c22020650.filter(c,e,tp,rk,mc)
return aux.IsCodeListed(c,22020631) and e:GetHandler():IsCanBeXyzMaterial(c)
return aux.IsCodeListed(c,22020631) and c:IsType(TYPE_XYZ) and e:GetHandler():IsCanBeXyzMaterial(c)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false) and Duel.GetLocationCountFromEx(tp,tp,mc,c)>0
end
function c22020650.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
--人理之基 魔王信长
function c22020680.initial_effect(c)
aux.AddCodeList(c,22020631)
c:EnableReviveLimit()
aux.AddXyzProcedure(c,nil,6,6)
--disable spsummon
......
......@@ -1267,7 +1267,6 @@
!setname 0x756 封炎
!setname 0x757 梦的
!setname 0x758 纯白义勇队
!setname 0x759 赛尔计划
!setname 0x75a 神速
!setname 0x75c 罪秽
!setname 0x375c 罪秽装束
......
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