options work better when I return them

This commit is contained in:
Kistaro Windrider 2025-05-03 16:51:59 -07:00
parent b227844d12
commit 80bb848468
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

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