Commit 1b7a9ae7 authored by Huangnan's avatar Huangnan

fix

parent 3e7f1963
Pipeline #40269 failed with stages
in 6 minutes and 25 seconds
......@@ -51,11 +51,11 @@ function cm.atkval(e,c)
return c:GetOverlayCount()*700
end
function cm.ovtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingTarget(cm.ssfilter,tp,LOCATION_GRAVE,LOCATION_GRAVE,1,nil) end
if chk==0 then return Duel.IsExistingTarget(aux.NecroValleyFilter(cm.ssfilter),tp,LOCATION_GRAVE,LOCATION_GRAVE,1,nil) end
local ct=1
if Duel.GetCurrentChain()>=3 and Duel.IsExistingTarget(cm.ssfilter,tp,LOCATION_GRAVE,LOCATION_GRAVE,2,nil) then ct=2 end
if Duel.GetCurrentChain()>=3 and Duel.IsExistingTarget(aux.NecroValleyFilter(cm.ssfilter),tp,LOCATION_GRAVE,LOCATION_GRAVE,2,nil) then ct=2 end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_OPERATECARD)
local g=Duel.SelectTarget(tp,cm.ssfilter,tp,LOCATION_GRAVE,LOCATION_GRAVE,1,ct,nil)
local g=Duel.SelectTarget(tp,aux.NecroValleyFilter(cm.ssfilter),tp,LOCATION_GRAVE,LOCATION_GRAVE,1,ct,nil)
end
function cm.ovop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
......@@ -1488,8 +1488,10 @@
!counter 0x0866 龙之舞指示物
#妹妹们天下第一棒!2490482695 639 0x630-63f
!setname 0x639 环咏
!setname 0x1639 熙环咏
!setname 0x2639 霞环咏
!counter 0x639 环咏指示物
#02 1164477469 648 0x410-0x41f
!setname 0x5410 终末旅者
......
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