Commit 3e91874b authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix カノプスの守護者 (#2320)

parent ba17d056
......@@ -59,7 +59,8 @@ function c1490690.op(e,tp,eg,ep,ev,re,r,rp)
end
end
function c1490690.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return e:GetHandler()==se:GetHandler() and c:IsOriginalCodeRule(e:GetLabel())
local sc=se:GetHandler()
return sc and sc:IsCode(1490690) and c:IsOriginalCodeRule(e:GetLabel())
end
function c1490690.stcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_HAND+LOCATION_ONFIELD)
......
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