diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8
index 7edd9d5..9310811 100644
--- a/vacuum_gambit.p8
+++ b/vacuum_gambit.p8
@@ -1892,6 +1892,7 @@ function small_opts()
  for g in all(primary_ship.special_guns) do
   add(opts, rnd(g:small_upgrade_opts()))
  end
+ return pick(opts, 2)
 end
 
 -->8