From 53d0cd6d1f6898687e1b5da7ca0fd18ca64d6a2f Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Tue, 7 Oct 2014 12:43:31 +0100 Subject: [PATCH] Quick read health in VV Simple little marker that shows the health of a mob under the inflict damage markers --- code/datums/datumvars.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index 6d65fcec..a7400e74 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -186,6 +186,7 @@ client OXY:[M.getOxyLoss()] CLONE:[M.getCloneLoss()] BRAIN:[M.getBrainLoss()] + HEALTH:[M.health]