Skip to content

Fix mistake in the "no_slide" code

Rey requested to merge TheRey/pokemonsdk:fix-no_slide into development

MR Description

  • This MR fixes a small mistake in the code added by !1233 (merged) with the no_slide property.

Tests to realize

  • Walk on a Ice systemtag or a MachBike systemtag without the no_slide property setup: you should slide and be able to walk at the end of slide
  • Type $game_player.no_slide = true in the console: the player shouldn't be affected by Ice or mudslides anymore
Edited by Palbolsky

Merge request reports