From 55ab2565391333f81ea7aec1903f37ca7960dac3 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 26 Jan 2025 00:32:17 -0800 Subject: [PATCH] oh right I changed that name --- vacuum_gambit.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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