unloaded support for the setup entities

- not tested too much but it seems to work so far
This commit is contained in:
minenice55
2022-08-14 17:39:42 -04:00
parent 009b593a42
commit b59e39a5de
3 changed files with 123 additions and 72 deletions

View File

@ -126,7 +126,7 @@ namespace HeavenStudio.Games.Scripts_KarateMan
}
}
if (PlayerInput.AltPressed() && KarateMan.instance.IsComboEnable && !inSpecial)
if (PlayerInput.AltPressed() && KarateMan.IsComboEnable && !inSpecial)
{
if (!KarateMan.instance.IsExpectingInputNow())
{