Commit db9296cd authored by mercury233's avatar mercury233 Committed by GitHub

update (#910)

parent 786ad3ee
......@@ -87,8 +87,10 @@ function c77565204.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,tc)
local code=tc:GetCode()
local mat=Duel.SelectFusionMaterial(tp,tc,mg)
mat:KeepAlive()
Duel.SendtoGrave(mat,REASON_EFFECT)
e:SetLabel(code)
e:SetLabelObject(mat)
end
end
function c77565204.proccon(e,tp,eg,ep,ev,re,r,rp)
......@@ -105,6 +107,8 @@ function c77565204.procop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c77565204.procfilter,tp,LOCATION_EXTRA,0,1,1,nil,code,e,tp)
local tc=g:GetFirst()
if not tc then return end
tc:SetStatus(STATUS_FUTURE_FUSION,true)
tc:SetMaterial(e:GetLabelObject():GetLabelObject())
Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP)
tc:CompleteProcedure()
c:SetCardTarget(tc)
......
......@@ -153,7 +153,7 @@ STATUS_CHAINING =0x10000 --正在連鎖串中
STATUS_SUMMON_DISABLED =0x20000 --召唤无效後尚未移動
STATUS_ACTIVATE_DISABLED =0x40000 --发动无效後尚未移動
STATUS_EFFECT_REPLACED =0x80000 --效果被替代(红莲霸权)
STATUS_UNION =0x100000 --N/A
STATUS_FUTURE_FUSION =0x100000 --未来融合特殊召唤(不触发融合素材效果)
STATUS_ATTACK_CANCELED =0x200000 --若其為攻擊者,則攻擊中止
STATUS_INITIALIZING =0x400000 --初始化..
STATUS_ACTIVATED =0x800000 --魔法陷阱卡发动過
......
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