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
@@ -217,7 +217,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
return
mind.current.ajourn=0
mind.current.key = key
mind.current.aghosted = null
mind.current.teleop = null
if(!admin_ghosted)
announce_ghost_joinleave(mind, 0, "They now occupy their body again.")
return 1