radial bg type

- fix joe surprise face persisting
This commit is contained in:
minenice55
2022-08-14 16:29:39 -04:00
parent 33e2da9f9e
commit 009b593a42
5 changed files with 215 additions and 13 deletions

View File

@ -325,7 +325,6 @@ namespace HeavenStudio.Games.Scripts_KarateMan
public void SetFaceExpressionForced(int face)
{
wantFace = -2;
FaceAnim.DoScaledAnimationAsync("Face" + face.ToString("D2"));
}