From 80bb848468ff90c2ad0d28d0b42d980e9234552d Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 3 May 2025 16:51:59 -0700 Subject: [PATCH] options work better when I return them --- vacuum_gambit.p8 | 1 + 1 file changed, 1 insertion(+) 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