diff --git a/code/game/objects/items/devices/scanners/guide.dm b/code/game/objects/items/devices/scanners/guide.dm
index d41116754a8..352d9b2026c 100644
--- a/code/game/objects/items/devices/scanners/guide.dm
+++ b/code/game/objects/items/devices/scanners/guide.dm
@@ -66,7 +66,7 @@
if(M.getOxyLoss())
dat += "Suffociation - Give Dexalin or Dexaline Plus. Check for heart or lung damage.
"
if(infection)
- dat += "Infection - Give Spaceacilin. If severe, overdose on Spaceacilin and monitor until well.
"
+ dat += "Infection - Give Spaceacilin. If severe, use Corophizine or overdose on Spaceacilin and monitor until well.
"
if((M.getBrainLoss() >= 1 && advscan >= 2 && showadvscan == 1) || M.getBrainLoss() >= 10)
dat += "Brain damage - Commence brain repair surgery, apply Alkysine, or universal organ-repair chemicals. (i.e. Peridaxon)
"
if(M.radiation || M.accumulated_rads)