Commit c0f14998 authored by Tianchenglipu's avatar Tianchenglipu

Update c96142517.lua

parent aaefe87a
...@@ -68,6 +68,7 @@ function c96142517.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,6 +68,7 @@ function c96142517.activate(e,tp,eg,ep,ev,re,r,rp)
local sc=g:GetFirst() local sc=g:GetFirst()
if sc then if sc then
local mg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e) local mg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
sc:SetMaterial(mg)
Duel.Overlay(sc,mg) Duel.Overlay(sc,mg)
Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP)
end end
......
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