red blip when shield exhausted

This commit is contained in:
2025-01-26 22:27:14 -08:00
parent 9b24f10c23
commit aea2a8c481

View File

@ -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