# Disable Dash
# by CashmereCat

class Game_Player
  def dash?
    false
  end
end