Commit d3444fbb authored by wind2009's avatar wind2009

Fix 精霊の世界

parent 3543b11b
...@@ -46,7 +46,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,7 +46,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.poscon(e,tp,eg,ep,ev,re,r,rp) function s.poscon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(Card.IsPosition,1,nil,POS_FACEUP) return eg:IsExists(Card.IsPosition,1,nil,POS_FACEUP_ATTACK)
end end
function s.posfilter(c) function s.posfilter(c)
return c:IsPosition(POS_FACEUP_ATTACK) return c:IsPosition(POS_FACEUP_ATTACK)
......
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