diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-05 03:49:33 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-05 03:49:33 +0200 |
commit | 84f6ec47be56d397fe140b5707b76078917fe8fb (patch) | |
tree | bcacf782f0c9bc7fd8919cbe43f38cfde1b37506 /config | |
parent | 9fb64e49be5d991a0bf4bc1f6f162f40276ba2f5 (diff) | |
download | roflnauts-84f6ec47be56d397fe140b5707b76078917fe8fb.zip roflnauts-84f6ec47be56d397fe140b5707b76078917fe8fb.tar.gz roflnauts-84f6ec47be56d397fe140b5707b76078917fe8fb.tar.bz2 |
Random naut selection is back!
Diffstat (limited to 'config')
-rw-r--r-- | config/menus/select.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/menus/select.lua b/config/menus/select.lua index 0540bd5..d350c32 100644 --- a/config/menus/select.lua +++ b/config/menus/select.lua @@ -34,7 +34,7 @@ do return end if self.index == 2 then - return -- roll random, soon. + self.index = self:rollRandom({1, 2}) end if self:isUnique() then self.lock = true |