Commit ba2b0a01 authored by POLYMER's avatar POLYMER

fix

parent b57fcffc
...@@ -14,7 +14,7 @@ function c67200906.initial_effect(c) ...@@ -14,7 +14,7 @@ function c67200906.initial_effect(c)
e2:SetCategory(CATEGORY_DRAW+CATEGORY_SPECIAL_SUMMON) e2:SetCategory(CATEGORY_DRAW+CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_LEAVE_FIELD) e2:SetCode(EVENT_LEAVE_FIELD)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_FZONE)
e2:SetProperty(EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCountLimit(1) e2:SetCountLimit(1)
e2:SetCondition(c67200906.mvcon) e2:SetCondition(c67200906.mvcon)
......
...@@ -88,7 +88,7 @@ function c67200916.damop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,7 +88,7 @@ function c67200916.damop(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(c67200916.spfilter,tp,LOCATION_EXTRA,0,g:GetFirst():GetCode(),e,tp) local sg=Duel.GetMatchingGroup(c67200916.spfilter,tp,LOCATION_EXTRA,0,g:GetFirst():GetCode(),e,tp)
if sg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(67200916,2)) then if sg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(67200916,2)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_OPERATECARD) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_OPERATECARD)
local sc=sg:Select(tp,1,1,nil) local sc=sg:Select(tp,1,1,g:GetFirst())
Duel.BreakEffect() Duel.BreakEffect()
local b1=Duel.CheckLocation(tp,LOCATION_PZONE,0) or Duel.CheckLocation(tp,LOCATION_PZONE,1) local b1=Duel.CheckLocation(tp,LOCATION_PZONE,0) or Duel.CheckLocation(tp,LOCATION_PZONE,1)
local b2=sc:IsExists(c67200916.spfilter1,1,nil,e,tp) local b2=sc:IsExists(c67200916.spfilter1,1,nil,e,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