Skip to content

Commit

Permalink
Update mind.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Aug 6, 2024
1 parent 4dcc684 commit 4bddd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/mind.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
var/mob/old_current = current
if(current)
current.mind = null //remove ourself from our old body's mind variable
SSnano.nanomanager.user_transferred(current, new_character) // transfer active NanoUI instances to new user
nanomanager.user_transferred(current, new_character) // transfer active NanoUI instances to new user
SStgui.on_transfer(current, new_character) // and active TGUI instances

if(key)
Expand Down

0 comments on commit 4bddd66

Please sign in to comment.