Commit 663fc9fe authored by Clara Grace Paulsen's avatar Clara Grace Paulsen

fix c120188027.lua

parent 22555222
Pipeline #22859 passed with stages
in 6 minutes and 15 seconds
......@@ -15,7 +15,7 @@ function cm.initial_effect(c)
end
--Activate
function cm.filter(c)
return c:IsAttackPos() and Rd.IsCanChangePosition(c)
return c:IsAttackPos() and RD.IsCanChangePosition(c)
end
function cm.tdfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeck()
......
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