Commit fbb21ef4 authored by a597449807's avatar a597449807 Committed by GitHub

Fix 転輪のスフィンクス (#3014)

parent f5ceb11a
...@@ -78,7 +78,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,7 +78,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.thcon(e,tp,eg,ep,ev,re,r,rp) function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return eg:FilterCount(aux.TRUE,nil,e:GetHandler())>0 return eg:FilterCount(aux.TRUE,e:GetHandler())>0
end end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() and chkc:IsAbleToHand() end if chkc then return chkc:IsOnField() and chkc:IsAbleToHand() end
......
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