From aea2a8c481bae19be07410f8da908f5ee570fa35 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 26 Jan 2025 22:27:14 -0800 Subject: [PATCH] red blip when shield exhausted --- vacuum_gambit.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index 082694e..a26628c 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -618,7 +618,7 @@ function ship_m:hitsomething(dmg) blip(self,12) else self.shield = 0 - blip(self,9) + blip(self,8) end return false end