Skip to content

Fix custom fog shadows changing sprites when chasing + add encounter vfx cues

NerduMiner requested to merge nerdyminer18/srb2p-public:fog-shadow-fixes into next

There was a missing ANIM_handle call Floor Shadows had that Fog Shadows didn't, meaning ANIM_set calls were getting ignored when a fog shadow was chasing you. Encounter VFX cues were also added since that was missed in the initial extra vfx commit.

Merge request reports