Commit 0b004f2f authored by Nemo Ma's avatar Nemo Ma

fix

parent 4f2d0812
......@@ -38,6 +38,48 @@
49966682 0
49966683 0
49999999 0
#210113
98704001 0
98704002 0
98704003 0
98704004 0
98704005 0
98704006 0
98704007 0
98704008 0
98704009 0
98704010 0
98704011 0
98704012 0
98704013 0
98704014 0
98704015 0
98704016 0
98704017 0
98704018 0
98704019 0
98704020 0
98704021 0
98704022 0
98704023 0
98704024 0
98704025 0
98704026 0
98704027 0
14000971 0
22060030 0
25000079 0
82221051 0
82221057 0
82224065 0
82224072 0
131000000 0
131000013 0
131000016 0
131000019 0
25000132 1
79029350 1
131000018 1
#forbidden
31400042 0 --超热血跑者,无限手卡跳,跳出来至少抓3,基本上是个陀螺
31400050 0 --归亡死恶魔,无任何限制的单卡抛瓦
......
......@@ -123,6 +123,7 @@ function c33400320.TojiEquip(ec,e,tp,eg,ep,ev,re,r,rp)
local e3=Effect.CreateEffect(ec)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCategory(CATEGORY_ATKCHANGE)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetRange(LOCATION_SZONE)
e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e3:SetCountLimit(1)
......
......@@ -91,7 +91,6 @@ function c84610009.spop2(e,tp,eg,ep,ev,re,r,rp)
if g:GetClassCount(Card.GetCode)<3 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local tg=g:Select(tp,3,3,nil)
g:Remove(Card.IsCode,nil,tg:GetFirst():GetCode())
if Duel.SendtoGrave(tg,REASON_EFFECT)~=0 and tg:IsExists(Card.IsLocation,3,nil,LOCATION_GRAVE) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,c84610009.fsfilter,tp,LOCATION_EXTRA,0,1,1,nil,e,tp)
......
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