Commit 7fd59700 authored by Tianchenglipu's avatar Tianchenglipu

Update c23204029.lua

parent 204935d2
...@@ -31,6 +31,13 @@ function c23204029.initial_effect(c) ...@@ -31,6 +31,13 @@ function c23204029.initial_effect(c)
e3:SetTarget(c23204029.target) e3:SetTarget(c23204029.target)
e3:SetOperation(c23204029.operation) e3:SetOperation(c23204029.operation)
c:RegisterEffect(e3) c:RegisterEffect(e3)
--treat as EHERO
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e4:SetCode(EFFECT_ADD_SET_CODE)
e4:SetValue(0x3008)
c:RegisterEffect(e4)
end end
function c23204029.splimit(e,se,sp,st) function c23204029.splimit(e,se,sp,st)
return bit.band(st,SUMMON_TYPE_FUSION)==SUMMON_TYPE_FUSION return bit.band(st,SUMMON_TYPE_FUSION)==SUMMON_TYPE_FUSION
......
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