No salve RNG (#19538)

This commit is contained in:
Cameron Lennox
2026-06-25 11:01:33 -04:00
committed by GitHub
parent 4772a4de6b
commit eb690b5d8f
+1 -1
View File
@@ -928,7 +928,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