diff --git a/lib/engine/game/g_18_sj/game.rb b/lib/engine/game/g_18_sj/game.rb index be359a8340..b54642e7c1 100644 --- a/lib/engine/game/g_18_sj/game.rb +++ b/lib/engine/game/g_18_sj/game.rb @@ -351,7 +351,7 @@ def init_starting_cash(players, bank) end def select(collection) - collection[rand % collection.size] + collection.min_by { rand } end def find_company(companies, collection)