screeps-game-api
screeps-game-api copied to clipboard
tickLimit returns `Infinity` on sim
Calling sim.tickLimit
used to work, but it no longer works after this commit.
This is because tickLimit
is actually Infinity
, which cannot be bridged as an int.