remove offset when choosing category of upgrade

This commit is contained in:
Kistaro Windrider 2025-01-26 22:15:03 -08:00
parent 142810ee2d
commit 511c18f90e
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

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