This commit is contained in:
kevinz000
2020-01-15 18:58:26 -07:00
parent 02841f8e92
commit ded4d1bed6
6 changed files with 23 additions and 24 deletions
@@ -1898,7 +1898,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
/datum/reagent/consumable/ethanol/between_the_sheets/on_mob_life(mob/living/L)
..()
if(L.IsSleeping())
if(L._REFACTORING_IsSleeping())
if(L.bruteloss && L.fireloss) //If you are damaged by both types, slightly increased healing but it only heals one. The more the merrier wink wink.
if(prob(50))
L.adjustBruteLoss(-0.25)