Commit 336a4d17 authored by salix5's avatar salix5

Merge pull request #1281 from DailyShana/patch-5

fix
parents 5f678486 11bdebd3
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
function c17016362.initial_effect(c) function c17016362.initial_effect(c)
--xyz summon --xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_SPELLCASTER),4,2) aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_SPELLCASTER),4,2)
c:EnableReviveLimit()
--avoid damage --avoid damage
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
......
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