From d2e70f0d95bed2105adaaff86430136e686e68aa Mon Sep 17 00:00:00 2001
From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Date: Fri, 7 Jul 2023 07:52:12 +1000
Subject: [PATCH] Merge pull request #15115 from PastelPrinceDan/typofix
fixes a few typos
---
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 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())