A few medical fixes. (#22022)

- Pneumalin no longer fixes damage on robotic lungs.
- Fixed augments not processing. This means that HUD augments are fixed
as well.
  - Fixed health analyzers displaying damage between 0 and 1 as 'none'.

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2026-03-12 20:04:12 +00:00
committed by GitHub
co-authored by Matt Atlas
parent cbc219e7de
commit 6c23b4ca76
5 changed files with 68 additions and 8 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ BREATH ANALYZER
switch(amount)
if (0)
output = "none"
if (1 to 10)
if (0 to 10)
output = "minor"
if (11 to 25)
output = "moderate"