Commit 07794957 authored by Momobako's avatar Momobako

Push by Appveyor

parent 80a602ad
...@@ -21,7 +21,7 @@ function c22230004.initial_effect(c) ...@@ -21,7 +21,7 @@ function c22230004.initial_effect(c)
e1:SetCategory(CATEGORY_POSITION+CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_POSITION+CATEGORY_SPECIAL_SUMMON)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE) e1:SetRange(LOCATION_GRAVE+LOCATION_HAND)
e1:SetCountLimit(1,22230004) e1:SetCountLimit(1,22230004)
e1:SetTarget(c22230004.sptg) e1:SetTarget(c22230004.sptg)
e1:SetOperation(c22230004.spop) e1:SetOperation(c22230004.spop)
......
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