Skip to content

Commit

Permalink
chasmfix (#3681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoddd authored Oct 5, 2024
1 parent 841fa02 commit b8274ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/mob/dead/dead.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ INITIALIZE_IMMEDIATE(/mob/dead)
flags_1 |= INITIALIZED_1
// Initial is non standard here, but ghosts move before they get here so it's needed. this is a cold path too so it's ok
SET_PLANE_IMPLICIT(src, initial(plane))
tag = "mob_[next_mob_id++]"
add_to_mob_list()

prepare_huds()
Expand Down

0 comments on commit b8274ab

Please sign in to comment.