You need to sign in or sign up before continuing.
Commit b7d7ab53 authored by Huangnan's avatar Huangnan

fix

parent 0d51ca41
Pipeline #35019 failed with stages
in 79 minutes and 41 seconds
...@@ -41,7 +41,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -41,7 +41,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND+LOCATION_GRAVE+LOCATION_REMOVED+LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND+LOCATION_GRAVE+LOCATION_REMOVED+LOCATION_DECK)
end end
function s.spgcheck(g,tp) function s.spgcheck(g,tp)
return g:FilterCount(Card.IsLocation,nil,LOCATION_DECK)==1 return g:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1
end end
function s.activate(e,tp,eg,ep,ev,re,r,rp) function s.activate(e,tp,eg,ep,ev,re,r,rp)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE) local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
......
...@@ -927,7 +927,7 @@ ...@@ -927,7 +927,7 @@
!setname 0x5c21 泰迦光饰·钥匙 !setname 0x5c21 泰迦光饰·钥匙
!setname 0x6c21 泰迦光饰·光戒 !setname 0x6c21 泰迦光饰·光戒
#谧 3095043751 372 0x370-0x37f #谧 3095046751 372 0x370-0x37f
!setname 0x371 幽境 !setname 0x371 幽境
#Nanahira 78877 375 0x770-0x77f global:senya #Nanahira 78877 375 0x770-0x77f global:senya
......
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