Skip to content

Fixed: A regression from a codebase update was introduced that caused +TOUCHY...

Ru5tK1ng requested to merge topic/default/touchy-fix into branch/default

Since Zandro doesn't use CF_PREDICTING and the player colliding into a touchy monster is never NULL, the touchy code would never execute. I added a check to see if the player is running into a non-player actor so that the touchy code would run.

Merge request reports