Because SG-1 has more episodes it will now get a higher chance of being selected

This commit is contained in:
Darren VanBuren 2014-10-02 00:43:36 -07:00
parent dfae73757b
commit 9ef22bca77
2 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,5 @@
# Holds all our data. We're in another file to make things cleaner.
module StargateRando::Data
SERIES_SHORT_NAMES = ['SG-1', 'SGA', 'SGU']
SERIES_NAMES = { 'SG-1' => 'Stargate SG-1', 'SGA' => 'Stargate Atlantis',
'SGU' => 'Stargate Universe'}
SEASONS_PER_SERIES = { 'SG-1' => 10, 'SGA' => 5, 'SGU' => 2}