[MIRROR] Possesing a mob no longer lowercases your ckey in admin messages [MDB IGNORE] (#10357)

* Possesing a mob no longer lowercases your ckey in admin messages #63686

* Possesing a mob no longer lowercases your ckey in admin messages

Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
SkyratBot
2021-12-31 05:24:12 +01:00
committed by GitHub
parent 1c8c486d9e
commit 7cccd7bd0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -241,7 +241,7 @@
log_admin("[key_name(usr)] stuffed [frommob.key] into [tomob.name].")
SSblackbox.record_feedback("tally", "admin_verb", 1, "Ghost Drag Control")
tomob.ckey = frommob.ckey
tomob.key = frommob.key
tomob.client?.init_verbs()
qdel(frommob)
+1 -1
View File
@@ -173,7 +173,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
var/mob/adminmob = mob
if(M.ckey)
M.ghostize(FALSE)
M.ckey = ckey
M.key = key
init_verbs()
if(isobserver(adminmob))
qdel(adminmob)