Fixes #11130, renames aghosted var

because it is no longer used solely for aghosting.
This commit is contained in:
HarpyEagle
2015-09-26 20:48:13 -05:00
parent c987fedc24
commit 380b89fcc0
6 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ var/list/admin_verbs_mentor = list(
var/mob/dead/observer/ghost = body.ghostize(1)
ghost.admin_ghosted = 1
if(body)
body.aghosted = ghost
body.teleop = ghost
if(!body.key)
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!