Commit 7da56fb5 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 6a7fea53
...@@ -35,5 +35,5 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,5 +35,5 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
end end
end end
SNNM.HTFPlacePZone(c,99,LOCATION_GRAVE,0,EVENT_FREE_CHAIN,m) SNNM.HTFPlacePZone(c,16,LOCATION_GRAVE,0,EVENT_FREE_CHAIN,m,tp)
end end
...@@ -53,8 +53,8 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,8 +53,8 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e4,tp) Duel.RegisterEffect(e4,tp)
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_FIELD) e5:SetType(EFFECT_TYPE_FIELD)
e5:SetCode(EFFECT_SET_SUMMON_COUNT_LIMIT)
e5:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e5:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e5:SetCode(EFFECT_DRAW_COUNT)
e5:SetTargetRange(1,0) e5:SetTargetRange(1,0)
e5:SetValue(2) e5:SetValue(2)
Duel.RegisterEffect(e5,tp) Duel.RegisterEffect(e5,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