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
+4 -2
View File
@@ -14,6 +14,8 @@
/obj/item/weapon/scrying/attack_self(mob/user as mob)
user << "<span class='info'>You can see... everything!</span>"
visible_message("<span class='danger'>[usr] stares into [src], their eyes glazing over.</span>")
announce_ghost_joinleave(user.ghostize(1), 1, "You feel that they used a powerful artifact to [pick("invade","disturb","disrupt","infest","taint","spoil","blight")] this place with their presence.")
visible_message("<span class='danger'>[user] stares into [src], their eyes glazing over.</span>")
user.teleop = user.ghostize(1)
announce_ghost_joinleave(user.teleop, 1, "You feel that they used a powerful artifact to [pick("invade","disturb","disrupt","infest","taint","spoil","blight")] this place with their presence.")
return