Commit ef48c6e5 authored by wyykak's avatar wyykak

fix

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent e3e35e64
Pipeline #11431 passed with stage
in 35 seconds
......@@ -70,10 +70,10 @@ function c74563027.sprop(c)
end]]
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)
return c:IsType(TYPE_MONSTER) and 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:IsType(TYPE_MONSTER) and 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