Skip to content

Commit

Permalink
remove now unused resting procs
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 5, 2023
1 parent 8b47687 commit d587c68
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions code/modules/mob/living/living_health_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -277,18 +277,6 @@
sleeping = max(sleeping + amount,0)
return

/mob/living/proc/Resting(amount)
resting = max(max(resting,amount),0)
return

/mob/living/proc/SetResting(amount)
resting = max(amount,0)
return

/mob/living/proc/AdjustResting(amount)
resting = max(resting + amount,0)
return

/mob/living/proc/EyeBlur(amount)
eye_blurry = max(max(eye_blurry, amount), 0)
update_eye_blur()
Expand Down

0 comments on commit d587c68

Please sign in to comment.