Skip to content

Commit

Permalink
fix bug i re-reintroduced
Browse files Browse the repository at this point in the history
  • Loading branch information
frawhst committed Apr 21, 2023
1 parent 2a27c86 commit 8b0445c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion +secret
2 changes: 1 addition & 1 deletion code/area.dm
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ TYPEINFO(/area)
// ghostize the mob first to punt them out of their body
// before removing the old body, so that we can boot the ghost out
var/mob/dead/dead_jerk = jerk.ghostize()
dead_jerk.set_loc(pick_landmark(LANDMARK_OBSERVER, locate(150, 150, 1)))
dead_jerk?.set_loc(pick_landmark(LANDMARK_OBSERVER, locate(150, 150, 1)))
jerk.remove()

else if (isobj(O) && !(istype(O, /obj/overlay/tile_effect) || O.anchored == 2 || istype(O, /obj/landmark)))
Expand Down

0 comments on commit 8b0445c

Please sign in to comment.