Commit adbdd2af authored by 聖園ミカ's avatar 聖園ミカ 🐟

str

parent f151ea75
...@@ -23,7 +23,6 @@ function cm.initial_effect(c) ...@@ -23,7 +23,6 @@ function cm.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,m+10000) e2:SetCountLimit(1,m+10000)
e2:SetCondition(aux.exccon)
e2:SetCost(aux.bfgcost) e2:SetCost(aux.bfgcost)
e2:SetTarget(cm.sptg2) e2:SetTarget(cm.sptg2)
e2:SetOperation(cm.spop2) e2:SetOperation(cm.spop2)
......
...@@ -50,7 +50,7 @@ function s.op(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,7 +50,7 @@ function s.op(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
local tgc=g:GetFirst() local tgc=g:GetFirst()
Duel.HintSelection(g) Duel.HintSelection(g)
if Duel.SendtoGrave(tgc,REASON_EFFECT) and rc:IsSSetable(true) and Duel.GetLocationCount(1-tp,LOCATION_SZONE)>0 and not tgc:IsForbidden() and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then if Duel.SendtoGrave(tgc,REASON_EFFECT) and tgc:IsSSetable(true) and Duel.GetLocationCount(1-tp,LOCATION_SZONE)>0 and not tgc:IsForbidden() and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then
Duel.BreakEffect() Duel.BreakEffect()
if tgc:IsType(TYPE_CONTINUOUS) then if tgc:IsType(TYPE_CONTINUOUS) then
Duel.MoveToField(tgc,tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(tgc,tp,tp,LOCATION_SZONE,POS_FACEUP,true)
......
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