mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Ater missed another <br>
This commit is contained in:
@@ -105,7 +105,7 @@ HALOGEN COUNTER - Radcount on mobs
|
|||||||
BR = M.getBruteLoss() > 50 ? "<font color='red'><b>Severe anatomical damage detected</b></font>" : "Subject brute-force injury status O.K"
|
BR = M.getBruteLoss() > 50 ? "<font color='red'><b>Severe anatomical damage detected</b></font>" : "Subject brute-force injury status O.K"
|
||||||
if(M.status_flags & FAKEDEATH)
|
if(M.status_flags & FAKEDEATH)
|
||||||
OX = fake_oxy > 50 ? "<span class='warning'>Severe oxygen deprivation detected</span>" : "Subject bloodstream oxygen level normal"
|
OX = fake_oxy > 50 ? "<span class='warning'>Severe oxygen deprivation detected</span>" : "Subject bloodstream oxygen level normal"
|
||||||
dat += "[OX] | [TX] | [BU] | [BR]"
|
dat += "[OX] | [TX] | [BU] | [BR]<br>"
|
||||||
if(M.radiation)
|
if(M.radiation)
|
||||||
if(advscan >= 2 && showadvscan == 1)
|
if(advscan >= 2 && showadvscan == 1)
|
||||||
var/severity = ""
|
var/severity = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user