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

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)