Fixed: A regression from a codebase update was introduced that caused +TOUCHY...
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.