Commit e75a3b6d authored by mercury233's avatar mercury233 Committed by GitHub

fix 星遺物-『星杯』

parent 3da12d95
...@@ -62,7 +62,7 @@ function c57288708.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,7 +62,7 @@ function c57288708.tgop(e,tp,eg,ep,ev,re,r,rp)
end end
function c57288708.spcon(e,tp,eg,ep,ev,re,r,rp) function c57288708.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsPreviousPosition(POS_FACEUP) and not c:IsSummonType(SUMMON_TYPE_SPECIAL) return c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousLocation(LOCATION_MZONE) and not c:IsSummonType(SUMMON_TYPE_SPECIAL)
end end
function c57288708.spfilter(c,e,tp) function c57288708.spfilter(c,e,tp)
return c:IsSetCard(0xfd) and not c:IsCode(57288708) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0xfd) and not c:IsCode(57288708) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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