red blip when shield exhausted

This commit is contained in:
Kistaro Windrider 2025-01-26 22:27:14 -08:00
parent 9b24f10c23
commit aea2a8c481
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -618,7 +618,7 @@ function ship_m:hitsomething(dmg)
blip(self,12) blip(self,12)
else else
self.shield = 0 self.shield = 0
blip(self,9) blip(self,8)
end end
return false return false
end end