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: SabreML <[email protected]>
  • Loading branch information
PhantomEpicness and SabreML authored Mar 18, 2024
1 parent 7b35ac2 commit 696d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living_health_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
hallucination = 0
jitteriness = 0
dizziness = 0
stamina.current_stamina = 100
stamina.apply_damage(-stamina.max_stamina)

// restore all of a human's blood
if(ishuman(src))
Expand Down

0 comments on commit 696d66a

Please sign in to comment.