From 92a072093e8295134c12f1592bb86bb519309a8a Mon Sep 17 00:00:00 2001 From: PastelPrinceDan Date: Thu, 6 Jul 2023 00:13:33 +0100 Subject: [PATCH] typo/mispelling fixes --- code/game/objects/items/devices/scanners/guide.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/game/objects/items/devices/scanners/guide.dm b/code/game/objects/items/devices/scanners/guide.dm index 0a4ba8370bf..0765deea9c5 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())