Commit c98d91b4 authored by POLYMER's avatar POLYMER

fix

parent 9ae9748a
...@@ -72,7 +72,7 @@ end ...@@ -72,7 +72,7 @@ end
function s.mira_filter(c,tp) function s.mira_filter(c,tp)
return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE) return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE)
and (c:IsSetCard(0x3f50) or aux.IsCodeListed(c,17337400)) and (c:IsSetCard(0x3f50) or aux.IsCodeListed(c,17337400))
and c:GetReasonPlayer()==1-tp - and c:GetReasonPlayer()==1-tp
end end
function s.self_leave_con(e,tp,eg,ep,ev,re,r,rp) function s.self_leave_con(e,tp,eg,ep,ev,re,r,rp)
return s.mira_filter(e:GetHandler(),tp) return s.mira_filter(e:GetHandler(),tp)
......
...@@ -5,7 +5,7 @@ function s.initial_effect(c) ...@@ -5,7 +5,7 @@ function s.initial_effect(c)
-- 把这张卡从手卡丢弃才能发动,从卡组选1张「堕福」魔法·陷阱卡加入手卡或在自己场上盖放 -- 把这张卡从手卡丢弃才能发动,从卡组选1张「堕福」魔法·陷阱卡加入手卡或在自己场上盖放
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0)) e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH+CATEGORY_SSET) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,id) e1:SetCountLimit(1,id)
......
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