From 9bb09aad58ff38211c165b402b317bd32c51e69c Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Mon, 17 Sep 2012 02:47:42 +0000 Subject: [PATCH] Admins can adminghost via the F5 key. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4709 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/admin_verbs.dm | 2 +- html/changelog.html | 1 + interface/interface.dm | 2 +- interface/skin.dmf | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 8ce617b4ca..c3f38918ae 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -443,7 +443,7 @@ //ghostize var/mob/body = mob body.ghostize(1) - body.key = "@[key]" //Haaaaaaaack. But the people have spoken. If it breaks; blame adminbus + if(body) body.key = "@[key]" //Haaaaaaaack. But the people have spoken. If it breaks; blame adminbus feedback_add_details("admin_verb","O") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! diff --git a/html/changelog.html b/html/changelog.html index f6bd17cd6f..d15dbe79ca 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -52,6 +52,7 @@ should be listed in the changelog upon commit tho. Thanks. -->

17 September 2012

Carn updated: