mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
Damage Readout Tweak (#14121)
This commit is contained in:
@@ -53,6 +53,10 @@ BREATH ANALYZER
|
||||
var/output = "none"
|
||||
if(!amount)
|
||||
output = "none"
|
||||
else if(amount > 100)
|
||||
output = "fatal"
|
||||
else if(amount > 75)
|
||||
output = "critical"
|
||||
else if(amount > 50)
|
||||
output = "severe"
|
||||
else if(amount > 25)
|
||||
|
||||
Reference in New Issue
Block a user