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

2025/1/22 bug修复

parent 4c44861c
Pipeline #32736 passed with stages
in 12 minutes and 17 seconds
No preview for this file type
...@@ -20,7 +20,7 @@ function cm.initial_effect(c) ...@@ -20,7 +20,7 @@ function cm.initial_effect(c)
end end
--Atk Up --Atk Up
function cm.exfilter(c) function cm.exfilter(c)
return c:IsAttribute(ATTRIBUTE_DARK) and c:IsRace(RACE_GALAXY) and RD.IsDefenseAbove(c,1600) return c:IsAttribute(ATTRIBUTE_DARK) and c:IsRace(RACE_GALAXY) and c:IsAttackAbove(1600)
and c:IsLocation(LOCATION_GRAVE) and c:IsLocation(LOCATION_GRAVE)
end end
cm.cost=RD.CostSendDeckTopToGrave(3,function(g) cm.cost=RD.CostSendDeckTopToGrave(3,function(g)
......
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