Removes "it seems pristine and undamaged." (#23708)

This commit is contained in:
Incoming5643
2017-02-06 18:32:57 +13:00
committed by oranges
parent f5a4f23dc8
commit 1ea9cb8c71
3 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -97,9 +97,7 @@
user << "<span class='warning'>It's on fire!</span>"
var/healthpercent = (obj_integrity/max_integrity) * 100
switch(healthpercent)
if(100 to INFINITY)
user << "It seems pristine and undamaged."
if(50 to 100)
if(50 to 99)
user << "It looks slightly damaged."
if(25 to 50)
user << "It appears heavily damaged."