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: