diff --git a/code/modules/spells/artifacts.dm b/code/modules/spells/artifacts.dm
index e28550f9b5..9790dc3dbe 100644
--- a/code/modules/spells/artifacts.dm
+++ b/code/modules/spells/artifacts.dm
@@ -14,10 +14,10 @@
/obj/item/weapon/scrying/attack_self(mob/user as mob)
if((user.mind && !wizards.is_antagonist(user.mind)))
- usr << "You stare into the orb and see nothing but your own reflection."
+ user << "You stare into the orb and see nothing but your own reflection."
return
user << "You can see... everything!"
- visible_message("[usr] stares into [src], their eyes glazing over.")
+ visible_message("[user] stares into [src], their eyes glazing over.")
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.")
return