From 8bd972c9afd1f52d79a1c13d42a978a0da58c24d Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Tue, 22 Mar 2016 21:55:54 -0700 Subject: [PATCH] Adds notification to admin ghost incarnation --- code/modules/admin/topic.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 4431a8363d6..1a705cde470 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1529,6 +1529,8 @@ var/mob/dead/observer/G = locate(href_list["incarn_ghost"]) if(!istype(G)) usr << "This will only work on /mob/dead/observer" + log_admin("[key_name(G)] was incarnated by [key_name(src.owner)]") + message_admins("[key_name_admin(G)] was incarnated by [key_name_admin(src.owner)]") G.incarnate_ghost() else if(href_list["togmutate"])