In interesting SF2 news (if you're interested in the game's guts like I am) here's a quirk of the way the game mirrors sprite positions. First up, Slade gets attacked by a muddled ally forcing his dodge reaction to take place on the left side of the screen.

What's happening here is that the developers apparently didn't finish plugging in coordinates for weapon sprites when the characters are dodging on the left side of the screen. All of the default poses are fine and some dodging sprites are set up correctly but most are not. Since this only happens when attacked by a confused ally it was probably low priority to begin with and dropped entirely once the release crunch set in.
Next is something even rarer.

What's happening here is Sarah has been hit by Muddle level 2, is confused, and has cast Blast level 2 on an adjacent ally. Because she was caught in the blast radius AND is the first unit damage is resolved for a bug in resetting her position after the 'take damage screen shake' has moved her weapon to where it is very obviously not supposed to be. This is something most players might never see. Enemies with Muddle 2 are rare and they need one specific AI switch to cast the spell. The spell then has to take hold on a Force member with offensive magic the AI can cast, the Force member targets someone with that magic that puts them in the effect radius instead of attacking (they can't target themselves directly to begin with) and they have to be first in damage resolution. Talk about a perfect set of circumstances.
Or to put it in list form:
- A monster has to have the Muddle 2 spell.
- They must also have the correct AI flag to allow them to cast it.
- They must actually cast the spell in battle.
- The spell must take effect.
- The affected Force member must then choose to cast a direct damage spell.
- That spell must have an area of effect on it.
- Targeting that spell includes the caster in the area of effect.
- The cast must be FIRST in damage resolution. (resolution is linear down the roster)
- The caster must have a weapon equipped with an assigned weapon sprite.
Lastly, something that's not a bug but an example of how I can be nitpicky with the graphics. See if you can spot the difference.
