From ec123361adfe17de71be2c5007a6fec14992e791 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Wed, 5 Jul 2023 01:14:05 -0400 Subject: [PATCH] Medical guide addition Per suggestion --- code/game/objects/items/devices/scanners/guide.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)