Commit e3e35e64 authored by wyykak's avatar wyykak

fix

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 5c351783
Pipeline #11430 passed with stage
in 1 minute and 12 seconds
......@@ -73,7 +73,7 @@ function c74563027.hspfilter1(c,tp,sc)
return c:IsAbleToRemoveAsCost() and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and c:IsCanBeFusionMaterial(sc,SUMMON_TYPE_SPECIAL) and c:IsFusionSetCard(0x371) and c:IsControler(tp)
end
function c74563027.hspfilter2(c,tp,sc)
return c:IsAbleToRemoveAsCost() and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and c:IsCanBeFusionMaterial(sc,SUMMON_TYPE_SPECIAL) and c:IsRace(RACE_PLANT) and (c:IsLocation(LOCATION_HAND+LOCATION_MZONE+LOCATION_GRAVE) and c:IsControler(tp)) or (c:IsLocation(LOCATION_GRAVE) and c:IsControler(1-tp))
return c:IsAbleToRemoveAsCost() and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and c:IsCanBeFusionMaterial(sc,SUMMON_TYPE_SPECIAL) and c:IsRace(RACE_PLANT) and ((c:IsLocation(LOCATION_HAND+LOCATION_MZONE+LOCATION_GRAVE) and c:IsControler(tp)) or (c:IsLocation(LOCATION_GRAVE) and c:IsControler(1-tp)))
end
function c74563027.hspcon(e,c)
if c==nil then return true end
......
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