mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 12:17:40 +01:00
[MIRROR] No salve RNG (#12843)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
4b0d0cc665
commit
3d136e89c1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user