Commit 070fb369 authored by wind2009's avatar wind2009

Fix ヤミーズメント☆ミニヨン

parent ba2aea7f
No preview for this file type
...@@ -28,16 +28,16 @@ function s.initial_effect(c) ...@@ -28,16 +28,16 @@ function s.initial_effect(c)
e3:SetOperation(s.spop) e3:SetOperation(s.spop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
--to deck --to deck
local e3=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(id,1)) e4:SetDescription(aux.Stringid(id,2))
e3:SetCategory(CATEGORY_TODECK) e4:SetCategory(CATEGORY_TODECK)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET) e4:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetType(EFFECT_TYPE_IGNITION) e4:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_GRAVE) e4:SetRange(LOCATION_GRAVE)
e3:SetCountLimit(1,id+o) e4:SetCountLimit(1,id+o)
e3:SetTarget(s.tdtg) e4:SetTarget(s.tdtg)
e3:SetOperation(s.tdop) e4:SetOperation(s.tdop)
c:RegisterEffect(e3) c:RegisterEffect(e4)
end end
function s.atkfilter(c) function s.atkfilter(c)
return c:IsFaceup() and c:IsRace(RACE_BEAST) and c:IsAttribute(ATTRIBUTE_LIGHT) return c:IsFaceup() and c:IsRace(RACE_BEAST) and c:IsAttribute(ATTRIBUTE_LIGHT)
......
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