Prevent walking into slideblocks from the back

This commit is contained in:
JappaWakka 2023-02-12 12:05:45 +01:00
parent 9c7b511be4
commit f77c45d102
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@
CType(Core.CurrentScreen, OverworldScreen).ActionScript.StartScript(s, 2, False)
Return True
Else
Return True
End If
facing = CInt(Me.Rotation.Y / MathHelper.PiOver2)