ikemen-engine/Ikemen-GO

Helper only Explod reference redirection is broken.

Closed this issue · 1 comments

Describe the bug

Using redirect in Explod expression in Helper is no longer reflected
For example:
facing=ifelse(root,teamside=1,1,-1)
is reflected in MUGEN, but not in the current build.

To Reproduce

1.Download any of the characters from the CVS series created by warusaki3
2.Select the downloaded character on the 2P side
3.Notice the GP's HUD that comes out at the start of the match.

Expected behavior

Fixed to reflect like previous builds.

Screenshots / Video

Ikemen nightly:
ikemen151

older Ikemen or MUGEN:
ikemen000

Engine Version (or source code date)

08/10/2024

Operating system

Windows

Extra context or search terms

No response

It looks like some of our explod logic was hinged on the fact we were importing a Mugen bug, which was removed recently. Wonder if it's better to reimport the bug and limit ModifyExplod functionality, or correct the logic and risk some Mugen explods being displayed the wrong way.