You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok so figured this out, it was confusing because I assumed that the issue with add trigger came in the past couple commits, but it was actually a subtle issue with the omega-mu fix (regex changes added PatternReplace(r'break', r'return false;', flags=re.MULTILINE), - and the add trigger code is the one place in that lua file that break is used not in an ipairs loop
noita-wand-simulator/scripts/generate_gun_actions.py
Line 146 in aca8457
ok so figured this out, it was confusing because I assumed that the issue with add trigger came in the past couple commits, but it was actually a subtle issue with the omega-mu fix (regex changes added PatternReplace(r'break', r'return false;', flags=re.MULTILINE), - and the add trigger code is the one place in that lua file that break is used not in an ipairs loop
quick fix pr #32
but also needs a regex fix :)
The text was updated successfully, but these errors were encountered: