Commit e1ccb2ca authored by 未闻皂名's avatar 未闻皂名

2025/6/27 bug修复

parent 5231b458
Pipeline #38155 passed with stages
in 30 minutes and 53 seconds
......@@ -17,7 +17,7 @@ end
--Special Summon
function cm.spfilter(c,e,tp)
return (c:IsCode(list[1])
or (c:IsLevel(7) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_AQUA)))
or (c:IsType(TYPE_NORMAL) and c:IsLevel(7) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_AQUA)))
and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP_DEFENSE)
end
function cm.exfilter(c)
......
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