remove offset when choosing category of upgrade
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user