If there's a ResortMirror and an NPC in the Scene without the Sprite set (like HonlyHelper's PettableCat), the game will crash. This patch prevents this crash. It shouldn't happen in vanilla anyway.
The IL patch changes the condition in ResortMirror.BeforeRender in this fashion:
If there's a
ResortMirror
and anNPC
in the Scene without theSprite
set (like HonlyHelper'sPettableCat
), the game will crash. This patch prevents this crash. It shouldn't happen in vanilla anyway.The IL patch changes the condition in
ResortMirror.BeforeRender
in this fashion:Here's a screenshot of the relevant section post-patch: