oh right I changed that name

This commit is contained in:
Kistaro Windrider 2025-01-26 00:32:17 -08:00
parent 22d13121a9
commit 55ab256539
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -1890,7 +1890,7 @@ function rearm_mode:shuffle()
-- is a thing that exists
local lev = primary_ship.level + 1
if lev == 4 or lev == 12 then
self.options = add_gun_opts()
self.options = spec_gun_opts()
elseif lev % 4 == 0 then
self.options = big_opts()
else