From 2596f8aa6cc2128372e70873aaf708df945037c3 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 21 Jun 2025 15:13:07 -0700 Subject: [PATCH] I can't spell --- vacuum_gambit.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index b970c10..2860a73 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -261,7 +261,7 @@ function updategame() repeat disposition=eb:step() if collides(pbox, hurtbox(eb)) then - ps:hitbuillet(eb) + ps:hitbullet(eb) if (eb:hitship(ps)) return true end until disposition