From e940cc7ab764304c9d5cb7583fe6d79f135a065b Mon Sep 17 00:00:00 2001 From: Fermi Date: Tue, 2 Jul 2019 23:45:32 +0100 Subject: [PATCH] Mild concern over strength of chem. --- .../code/modules/reagents/chemistry/reagents/healing.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm index cf00c94ad2..8900716b49 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm @@ -77,12 +77,11 @@ if(T) - T.adjustTongueLoss(C, 2) + T.adjustTongueLoss(C, 1) if(L) - L.adjustLungLoss(5, C) + L.adjustLungLoss(2.5, C) C.adjustOxyLoss(2) else - C.adjustOxyLoss(10) ..()