Skip to content

Commit

Permalink
tutorial-fixem
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Oct 15, 2023
1 parent 6ade0bd commit db7e09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion code/datums/mind.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
msg_admin_niche("[key]/[ckey] has tried to transfer to deleted [new_character].")
return

SEND_SIGNAL(current.client, COMSIG_CLIENT_MIND_TRANSFER, new_character)
if(current.client)
SEND_SIGNAL(current.client, COMSIG_CLIENT_MIND_TRANSFER, new_character)

if(current)
current.mind = null //remove ourself from our old body's mind variable
Expand Down
3 changes: 0 additions & 3 deletions code/datums/tutorial/marine/medical_basic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@
. = ..()
arm_equipment(tutorial_mob, /datum/equipment_preset/tutorial/fed)

TUTORIAL_ATOM_FROM_TRACKING(/obj/structure/machinery/cryopod/tutorial, tutorial_pod)
tutorial_pod.go_in_cryopod(tutorial_mob, TRUE, FALSE)


/datum/tutorial/marine/medical_basic/init_map()
new /obj/structure/surface/table/almayer(loc_from_corner(0, 4))

0 comments on commit db7e09c

Please sign in to comment.