Skip to content

Commit

Permalink
oops fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 9, 2023
1 parent 3e6ba3d commit 74ff522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,10 @@
else if(layer == initial(layer)) //to avoid things like hiding larvas.
layer = LYING_LIVING_MOB_LAYER

/// Called when mob changes from a standing position into a prone while lacking the ability to stand up at the moment.
/mob/living/proc/on_fall()
return

/// Changes the value of the [living/body_position] variable. Call this before set_lying_angle()
/mob/living/proc/set_body_position(new_value)
if(body_position == new_value)
Expand Down

0 comments on commit 74ff522

Please sign in to comment.