Results 643 comments of Anders Jenbo

This looks like a case of the door to door sails man :D

It looks like you changed the linen endings, you probably want to avoid that so that the diff gets easier to read

What Operating system is this?

> warrior in default gear hitting a zombie RNG locked to 0 (because zero is normally success) ``` INFO: MonsterTrapHit: monster -64 INFO: PlrHitMonst: monster -128 INFO: M_StartKill: Zombie INFO:...

Also note that RNG in Diablo is biased.

It does affect gameplay a bit, but mostly in a negative way (streaks are more common then they should). If you aim to have comparability with save game files you...

Well you will need it for inventory

Sorry, no clue about how to handle damage. The first int in the item struct is it's seed value.

This is a hard one to solve, the problem stems from walls and floors being on the same tile. This makes it close to impossible to draw the tiles in...

@michaellarabel I saw you recent article about PHPStan 1.0 and you using it a lot. Considering that the intent with this PR was to get better analysis from PHPStan by...