Skip to content

Commit

Permalink
increased triage reservoir by ten
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilmented committed Sep 24, 2024
1 parent 9b9fb27 commit 1e86a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@
////////////////////////////////

/mob/living/proc/handle_healreservoir()
var/heal_max = 5
var/heal_max = 10
if(HAS_TRAIT(src, TRAIT_IMPROVED_HEALING))
heal_max = 25
heal_max = 30
if(heal_reservoir < heal_max)
if(iscarbon(src)) //Humans and stuff with stinky reagents
if(src.reagents.has_reagent(/datum/reagent/water))
Expand Down

0 comments on commit 1e86a6d

Please sign in to comment.