Commit 0732dc07 authored by 未闻皂名's avatar 未闻皂名

2024/11/3 bug修复

parent 5e501f01
Pipeline #30933 passed with stages
in 11 minutes and 16 seconds
No preview for this file type
......@@ -20,7 +20,7 @@ end
cm.toss_dice=true
--Dice
function cm.spfilter(c,e,tp,lv)
return c:IsLevelBelow(lv) and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
return c:IsLevelBelow(lv) and c:IsAttribute(ATTRIBUTE_LIGHT) and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return RD.IsSpecialSummonTurn(e:GetHandler())
......
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