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