Skip to content

Commit

Permalink
feat(entities): Add pile sorter to the sorter list
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr- committed Feb 29, 2024
1 parent 1331245 commit 1a5103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Engine::Entities
GAME_ENTITIES_PATH = Rails.root.join("app/javascript/data/gameEntities.json")

BELTS = [2001, 2002, 2003].freeze
SORTERS = [2011, 2012, 2013].freeze
SORTERS = [2011, 2012, 2013, 2014].freeze
STORAGES = [2101, 2102, 2106].freeze
BUILDERS = [2303, 2304, 2305, 2302, 2308, 2309, 2310, 2901].freeze
ASSEMBLERS = [2303, 2304, 2305].freeze
Expand Down

0 comments on commit 1a5103f

Please sign in to comment.