Skip to content

Commit

Permalink
Update code/modules/mob/living/living_health_procs.dm
Browse files Browse the repository at this point in the history
Co-authored-by: private-tristan <[email protected]>
  • Loading branch information
PhantomEpicness and private-tristan authored Mar 14, 2024
1 parent 2ef2dbf commit 7b35ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/living_health_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@
jitteriness = 0
dizziness = 0
stamina.current_stamina = 100

// restore all of a human's blood
if(ishuman(src))
var/mob/living/carbon/human/H = src
Expand Down

0 comments on commit 7b35ac2

Please sign in to comment.