Commit f2d8ad57 authored by mercury233's avatar mercury233

fix

parent 96e6b30a
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
!setname 0x114 空牙团 !setname 0x114 空牙团
!setname 0x115 闪刀 !setname 0x115 闪刀
!setname 0x1115 闪刀姬 !setname 0x1115 闪刀姬
!system 98 是否要解放对方怪兽发动效果?
...@@ -72,6 +72,7 @@ function c100318041.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -72,6 +72,7 @@ function c100318041.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0)
end end
function c100318041.spop(e,tp,eg,ep,ev,re,r,rp) function c100318041.spop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
local zone=e:GetHandler():GetLinkedZone(tp) local zone=e:GetHandler():GetLinkedZone(tp)
if tc:IsRelateToEffect(e) and zone~=0 then if tc:IsRelateToEffect(e) and zone~=0 then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP,zone) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP,zone)
......
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