From e1338fed2b1130f261f3a19a5d0691d7b7276aad Mon Sep 17 00:00:00 2001 From: MrStonedOne Date: Tue, 14 Apr 2015 07:21:23 -0700 Subject: [PATCH] fixes a minor mishap with ghostize in admin ghost drops --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index c0037a404c6..dda7953be57 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -883,7 +883,7 @@ proc/kick_clients_in_lobby(var/message, var/kick_only_afk = 0) if (ask != "Yes") return 1 - ghostize(tomob,0) + tomob.ghostize(0) message_admins("[key_name_admin(usr)] has put [frommob.ckey] in control of [tomob.name].") log_admin("[key_name(usr)] stuffed [frommob.ckey] into [tomob.name].")