Commit ab754799 authored by Tianchenglipu's avatar Tianchenglipu

Update c33252803.lua

RUM的特殊召唤,也是使用目标怪兽为素材进行的超量召唤,也就是说,用星光之力奈亚子出霸王黑龙,霸王黑龙的效果也是能发动的。
这里必须补上这一句,来预防霸王黑龙的BUG。
parent b35f8671
...@@ -38,6 +38,7 @@ function c33252803.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,6 +38,7 @@ function c33252803.activate(e,tp,eg,ep,ev,re,r,rp)
if mg:GetCount()~=0 then if mg:GetCount()~=0 then
Duel.Overlay(sc,mg) Duel.Overlay(sc,mg)
end end
sc:SetMaterial(Group.FromCards(tc))
Duel.Overlay(sc,Group.FromCards(tc)) Duel.Overlay(sc,Group.FromCards(tc))
Duel.SpecialSummon(sc,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(sc,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP)
sc:CompleteProcedure() sc:CompleteProcedure()
......
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