Commit 688bdf45 authored by Tachibana's avatar Tachibana

ybb

parent 032c8082
...@@ -3,7 +3,8 @@ function c64800121.initial_effect(c) ...@@ -3,7 +3,8 @@ function c64800121.initial_effect(c)
--special summon from hand --special summon from hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(64800121,0)) e1:SetDescription(aux.Stringid(64800121,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_HANDES) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,64800121) e1:SetCountLimit(1,64800121)
......
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