Skip to content

Commit

Permalink
codedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 7, 2023
1 parent e1e6672 commit 58f7eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
if(DEAD)
SEND_SIGNAL(src, COMSIG_MOB_STAT_SET_DEAD)

/// Uses presence [TRAIT_UNDENSE] to figure out what is the correct density state for the mob. Triggered by trait signal.
/mob/living/proc/update_density()
if(HAS_TRAIT(src, TRAIT_UNDENSE))
set_density(FALSE)
Expand Down

0 comments on commit 58f7eb7

Please sign in to comment.