diff --git a/code/game/objects/items/devices/scanners/guide.dm b/code/game/objects/items/devices/scanners/guide.dm index a0611653f23..0a4ba8370bf 100644 --- a/code/game/objects/items/devices/scanners/guide.dm +++ b/code/game/objects/items/devices/scanners/guide.dm @@ -78,7 +78,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) dat += "Brain damage - Commence brain repair surgery, apply Alkysine, or universal organ-repair chemicals. (i.e. Peridaxon).
" if(M.radiation || M.accumulated_rads)