RustRoguelike icon indicating copy to clipboard operation
RustRoguelike copied to clipboard

Golem tracking while stunned

Open MicroChasm opened this issue 2 years ago • 3 comments

I think that it is worth changing the golem behaviour so that they can still track you while they are stunned. This would nerf weapons a bit.

MicroChasm avatar Mar 09 '22 05:03 MicroChasm

This is related to #418, where throwing stones stuns golems, so they don't track you down because they forget where you are.

nsmryan avatar Mar 12 '22 17:03 nsmryan

The change to make is to have golems perform normal state changes when stunned, but to suppress movement/attacks. This way they will track you, investigate, etc, while stunned.

nsmryan avatar Mar 17 '22 03:03 nsmryan

I made the smallest change to get this to work- golems no longer transition to idle when stunned. They do not track player movement, attacks, or sounds, however.

nsmryan avatar Apr 03 '22 18:04 nsmryan