Currently, spawning a creature will move it to a random place on the map, trying N times if it can't be put in that random place. An assertion is triggered after N tries. Handle this better, possibly killing the creature or doing an exhaustive search for someplace to put it.
Currently, spawning a creature will move it to a random place on the map, trying N times if it can't be put in that random place. An assertion is triggered after N tries. Handle this better, possibly killing the creature or doing an exhaustive search for someplace to put it.