Fixed the player animating super-fast for a while after surfing

This commit is contained in:
Maruno17
2022-05-23 23:29:23 +01:00
parent a280fea093
commit 41479fac04

View File

@@ -517,6 +517,7 @@ class Game_Player < Game_Character
@pattern = p if !@lock_pattern
@pattern_surf = p
@bob_height = (p >= 2) ? 2 : 0
@anime_count = 0
else
@bob_height = 0
super