This commit is contained in:
SandPoot
2024-04-05 17:57:54 -03:00
parent bd7040a50d
commit 68fa21d602
34 changed files with 223 additions and 126 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
if(!mind)
mind = new /datum/mind(key)
mind.active = 1
mind.current = src
mind.set_current(src)
..()
@@ -695,7 +695,7 @@
mind.late_joiner = TRUE
mind.active = 0 //we wish to transfer the key manually
mind.transfer_to(H) //won't transfer key since the mind is not active
mind.original_character = H
mind.set_original_character(H)
H.name = real_name
client.init_verbs()