Stamina on adminmoreinfo and vv; ahelp and pray CA replaced by TP

This commit is contained in:
Jordie0608
2015-02-24 20:02:43 +11:00
parent b49a5a934c
commit 6b815c7801
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1364,7 +1364,7 @@
if (1) status = "<font color='orange'><b>Unconscious</b></font>"
if (2) status = "<font color='red'><b>Dead</b></font>"
health_description = "Status = [status]"
health_description += "<BR>Oxy: [L.getOxyLoss()] - Tox: [L.getToxLoss()] - Fire: [L.getFireLoss()] - Brute: [L.getBruteLoss()] - Clone: [L.getCloneLoss()] - Brain: [L.getBrainLoss()]"
health_description += "<BR>Oxy: [L.getOxyLoss()] - Tox: [L.getToxLoss()] - Fire: [L.getFireLoss()] - Brute: [L.getBruteLoss()] - Clone: [L.getCloneLoss()] - Brain: [L.getBrainLoss()] - Stamina: [L.getStaminaLoss()]"
else
health_description = "This mob type has no health to speak of."