[MIRROR] No salve RNG (#12843)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-06-25 11:16:48 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 4b0d0cc665
commit 3d136e89c1
+1 -1
View File
@@ -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