Description
There are occasions where monsters are only revealed after the player actually moves for the first time. Not knowing where monsters are can sometimes lead to the player trying to move in a direction but being met with an invisible wall.
Possible Fix
This may be fixed by a better map generation algorithm, however for now it may just be fine to check if they're revealed before spawning them and setting their visibility based on that.
Description
There are occasions where monsters are only revealed after the player actually moves for the first time. Not knowing where monsters are can sometimes lead to the player trying to move in a direction but being met with an invisible wall.
Possible Fix
This may be fixed by a better map generation algorithm, however for now it may just be fine to check if they're revealed before spawning them and setting their visibility based on that.