class Game_Party
  def clear_items
    @items = {}
  end
  def clear_weapons
    @weapons = {}
  end
  def clear_armors
    @armors = {}
  end
end