Commit 650879c0 authored by GuGu's avatar GuGu

Update c25504.lua

parent 1bbb8459
Pipeline #34290 passed with stage
in 9 seconds
......@@ -8,7 +8,7 @@ function c25504.initial_effect(c)
e0:SetType(EFFECT_TYPE_FIELD)
e0:SetDescription(aux.Stringid(25504,1))
e0:SetCode(EFFECT_SPSUMMON_PROC)
e0:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_IGNORE_IMMUNE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetRange(LOCATION_EXTRA)
e0:SetCondition(c25504.lkcon)
e0:SetOperation(c25504.lkop)
......@@ -65,7 +65,7 @@ function c25504.lkop(e,tp,eg,ep,ev,re,r,rp,c)
local sg=mg:Select(tp,1,1,nil)
local g=Duel.SelectMatchingCard(tp,c25504.mdfilter,tp,LOCATION_GRAVE,0,1,1,nil)
sg:Merge(g)
Duel.Remove(sg,POS_FACEUP,REASON_EFFECT)
Duel.Remove(sg,POS_FACEUP,REASON_SPSUMMON)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
......
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