Skip to content

Commit

Permalink
Merge branch 'tg-effects-1123' into tg-effects-part2-poc
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 9, 2023
2 parents 092060e + aeb375b commit 65d39e5
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 65d39e5

Please sign in to comment.