Mild concern over strength of chem.

This commit is contained in:
Fermi
2019-07-02 23:45:32 +01:00
parent 5f72277549
commit e940cc7ab7
@@ -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)
..()