remove offset when choosing category of upgrade
This commit is contained in:
parent
142810ee2d
commit
511c18f90e
@ -1873,7 +1873,7 @@ function rearm_mode:shuffle()
|
|||||||
-- these will be placeholders
|
-- these will be placeholders
|
||||||
-- until the upgrade deck
|
-- until the upgrade deck
|
||||||
-- is a thing that exists
|
-- is a thing that exists
|
||||||
local lev = primary_ship.level + 1
|
local lev = primary_ship.level
|
||||||
if lev == 4 or lev == 12 then
|
if lev == 4 or lev == 12 then
|
||||||
self.options = spec_gun_opts()
|
self.options = spec_gun_opts()
|
||||||
elseif lev % 4 == 0 then
|
elseif lev % 4 == 0 then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user