Interrupt / delverengine

Delver game engine and editor
zlib License
803 stars 79 forks source link

Added ability to change monsters view distance in monsters.dat #242

Open BenStone272 opened 3 years ago

BenStone272 commented 3 years ago

Just realized this only affects how close they can see you once you are within (player.visiblityMod * 15) + 3 but if you want it to be a true distance value you can see them at just replace that at line 259 with view distance and it seems to work

PythooonUser commented 3 years ago

A quick general note: It helps reviewers to include a description of your PR. Stating in concise words what you add/change/fix. I know it is in the title, but still ;)

Also, it is sometimes useful, especially for bigger PRs, to first create an issue describing what you want to change, so we can chat about it, etc. Then you can easily link your PR to the issue. You probably talked about it in Discord, I did not follow that conversation :)