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

Replace c31710005.lua

parent a9250b51
......@@ -7,11 +7,11 @@ function s.initial_effect(c)
--ss
local e0 = Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(id,1))
e0:SetCategory(CATEGORY_SPECIAL_SUMMON)
e0:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e0:SetType(EFFECT_TYPE_QUICK_O)
e0:SetRange(LOCATION_MZONE)
e0:SetCode(EVENT_FREE_CHAIN)
e0:SetProperty(EFFECT_FLAG_CARD_TARGET)
--e0:SetProperty(EFFECT_FLAG_CARD_TARGET)
e0:SetCountLimit(1,id)
--e0:SetCost(s.spcost)
e0:SetTarget(s.sptg)
......@@ -44,7 +44,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.thfilter(c)
return c:IsLinkSetCard(0x690) and c:IsRace(RACE_WARRIOR)
return c:IsLinkSetCard(0x690)
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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