Commit 04e941b3 authored by 未闻皂名's avatar 未闻皂名

2023/10/2 bug修复

parent 2b09156b
Pipeline #23654 passed with stages
in 7 minutes and 29 seconds
......@@ -31,6 +31,6 @@ function cm.initial_effect(c)
end
--Activate
function cm.target(e,c)
return c:IsFaceup() and c:GetBaseAttack()>=1600 and c:IsAttribute(ATTRIBUTE_EARTH+ATTRIBUTE_DARK) and c:IsRace(RACE_MACHINE)
return c:IsFaceup() and c:GetBaseAttack()>=1600 and c:IsAttribute(ATTRIBUTE_EARTH+ATTRIBUTE_DARK) and c:IsRace(RACE_BEASTWARRIOR)
end
cm.indval=RD.ValueEffectIndesType(TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP,TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP,true)
\ No newline at end of file
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