Commit 71ec43cd authored by 聖園ミカ's avatar 聖園ミカ 🐟

hop

parent 851735c2
Pipeline #31090 passed with stages
in 32 minutes and 47 seconds
No preview for this file type
...@@ -57,7 +57,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
end end
function s.fi1ter(c,tp) function s.fi1ter(c,tp)
return c:IsFaceup() and c:IsCanTurnSet() and c:IsLocation(0x0c) return c:IsFaceup() and c:IsCanTurnSet() and c:IsLocation(0x04)
end end
function s.fi2ter(c,e,tp) function s.fi2ter(c,e,tp)
return c:IsRelateToEffect(e) and s.fi1ter(c,tp) return c:IsRelateToEffect(e) and s.fi1ter(c,tp)
......
...@@ -3,8 +3,8 @@ local m=17292014 ...@@ -3,8 +3,8 @@ local m=17292014
local cm=_G["c"..m] local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua") Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c) function cm.initial_effect(c)
aux.AddCodeList(c,4271010) aux.AddCodeList(c,19200001)
aux.EnableDualAttribute(c) aux.EnableDualAttribute(c)
--code --code
aux.EnableChangeCode(c,4271010,LOCATION_MZONE,aux.IsDualState) aux.EnableChangeCode(c,19200001,LOCATION_MZONE,aux.IsDualState)
end end
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