options work better when I return them

This commit is contained in:
2025-05-03 16:51:59 -07:00
parent b227844d12
commit 80bb848468

View File

@ -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