Skip to content

Commit

Permalink
should stop cryo'd stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Sep 24, 2023
1 parent 4839c54 commit 8932aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monkestation/code/modules/cryopods/_cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/cryopod, 32)
objective.target = null
if(!objective)
return
objective.find_target()
if(!objective.target && objective.owner)
to_chat(objective.owner.current, "<BR>[span_userdanger("Your target is no longer within reach. Objective removed!")]")
message_admins("[mob_occupant] is being despawned when they are an objective of [objective.owner.current].")
Expand Down

0 comments on commit 8932aaa

Please sign in to comment.