Commit f1342dcb authored by POLYMER's avatar POLYMER

fix

parent c96f9019
......@@ -78,6 +78,7 @@ function s.indfilter(e,c)
return c:IsFaceup()
end
function s.indcon(e,tp,eg,ep,ev,re,r,rp)
local tp=e:GetHandlerPlayer()
return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_ONFIELD,0,1,nil)
end
function s.indct(e,re,r,rp)
......
......@@ -85,8 +85,8 @@ function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return #b2>0 end
Duel.SetChainLimit(s.chainlm)
end
function s.chainlm(e,ep,tp)
return tp==rp or not re:GetHandler():IsType(TYPE_MONSTER)
function s.chainlm(re,rp,tp)
return not re:GetHandler():IsType(TYPE_MONSTER) or rp==tp
end
function s.desop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
......@@ -793,6 +793,7 @@
!setname 0x7d9 寒霜
#ALTER 712
!setname 0x9623 欧泊
!setname 0x8887 熔火之心
!setname 0x893 焰速轰鸣
!setname 0x897 闇邪咏奏
......@@ -1118,6 +1119,7 @@
#Ombre
!setname 0x611 女神之令
!setname 0x613 朦雨
!setname 0x614 落日残响
!setname 0x616 破碎世界
!setname 0x61a 幻峦
!setname 0x61b 逐夜猎手
......
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