diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8
index efccaf1..c650044 100644
--- a/vacuum_gambit.p8
+++ b/vacuum_gambit.p8
@@ -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