diff --git a/code/game/objects/items/devices/scanners/guide.dm b/code/game/objects/items/devices/scanners/guide.dm index 0a4ba8370b..0765deea9c 100644 --- a/code/game/objects/items/devices/scanners/guide.dm +++ b/code/game/objects/items/devices/scanners/guide.dm @@ -76,19 +76,19 @@ if(bleeding_internal) dat += "Internal bleeding - Commence internal vein repair surgery or apply clotting chemicals (i.e. Myelamine).
" if(M.getOxyLoss()) - dat += "Suffociation - Give Dexalin or Dexaline Plus. Check for heart or lung damage.
" + dat += "Suffociation - Give Dexalin or Dexalin Plus. Check for heart or lung damage.
" if(infection) - dat += "Infection - Give Spaceacilin. If severe, use Corophizine or overdose on Spaceacilin and monitor until well.
" + dat += "Infection - Give Spaceacillin. If severe, use Corophizine or overdose on Spaceacillin and monitor until well.
" if(M.getBrainLoss() >= 1) dat += "Brain damage - Commence brain repair surgery, apply Alkysine, or universal organ-repair chemicals. (i.e. Peridaxon).
" if(M.radiation || M.accumulated_rads) - dat += "Radiation - Give Hyroanlin or Arithazine. Monitor for genetic damage.
" + dat += "Radiation - Give Hyronalin or Arithrazine. Monitor for genetic damage.
" if(organ) - dat += "Organ damage - Give Peridaxon. Perform full body scan for targetted organ repair surgery.
" + dat += "Organ damage - Give Peridaxon. Perform full body scan for targeted organ repair surgery.
" if(bloodloss) dat += "Low blood volume - Commence blood transfusion via IV drip or provide blood-restorative chemicals (i.e. Iron)." if(M.getToxLoss()) - dat += "Toxins - Give Dylovene or Cartholine. Vomitting is normal and helpful. Tends to be a symptom of larger issues, such as infection.
" + dat += "Toxins - Give Dylovene or Carthatoline. Vomitting is normal and helpful. Tends to be a symptom of larger issues, such as infection.
" if(M.getBruteLoss()) dat += "Brute trauma - Bandage wounded body part. Give Bicaridine or Vermicetol.
" if(M.getFireLoss())