Commit 5e122f76 authored by 未闻皂名's avatar 未闻皂名

2025/3/25 bug修复

parent 2dbec399
Pipeline #34178 passed with stages
in 16 minutes and 25 seconds
No preview for this file type
......@@ -16,7 +16,7 @@ end
--Discard Deck
cm.trival=RD.ValueDoubleTributeAttrRace(ATTRIBUTE_DARK,RACE_SPELLCASTER)
function cm.exfilter(c)
return c:IsType(TYPE_EFFECT) and c:IsRace(RACE_SPELLCASTER) and c:IsLocation(LOCATION_GRAVE)
return c:IsRace(RACE_SPELLCASTER) and c:IsLocation(LOCATION_GRAVE)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return RD.IsSummonTurn(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