mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Makes file use user and not usr
This commit is contained in:
@@ -14,10 +14,10 @@
|
|||||||
|
|
||||||
/obj/item/weapon/scrying/attack_self(mob/user as mob)
|
/obj/item/weapon/scrying/attack_self(mob/user as mob)
|
||||||
if((user.mind && !wizards.is_antagonist(user.mind)))
|
if((user.mind && !wizards.is_antagonist(user.mind)))
|
||||||
usr << "<span class='warning'>You stare into the orb and see nothing but your own reflection.</span>"
|
user << "<span class='warning'>You stare into the orb and see nothing but your own reflection.</span>"
|
||||||
return
|
return
|
||||||
|
|
||||||
user << "<span class='info'>You can see... everything!</span>"
|
user << "<span class='info'>You can see... everything!</span>"
|
||||||
visible_message("<span class='danger'>[usr] stares into [src], their eyes glazing over.</span>")
|
visible_message("<span class='danger'>[user] 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.")
|
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
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user