remove offset when choosing category of upgrade

This commit is contained in:
2025-01-26 22:15:03 -08:00
parent 142810ee2d
commit 511c18f90e

View File

@ -1873,7 +1873,7 @@ function rearm_mode:shuffle()
-- these will be placeholders
-- until the upgrade deck
-- is a thing that exists
local lev = primary_ship.level + 1
local lev = primary_ship.level
if lev == 4 or lev == 12 then
self.options = spec_gun_opts()
elseif lev % 4 == 0 then