diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index ded8aad31a..18642b205b 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -927,7 +927,7 @@ Note that amputating the affected organ does in fact remove the infection from t W.heal_damage(heal_amt) // Salving also helps against infection - if(W.germ_level > 0 && W.salved && prob(2)) + if(W.germ_level > 0 && W.salved) W.disinfected = 1 W.germ_level = 0