mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
refactors most spans
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
|
||||
/obj/item/scrying/attack_self(mob/user as mob)
|
||||
if((user.mind && !wizards.is_antagonist(user.mind)))
|
||||
to_chat(user, "<span class='warning'>You stare into the orb and see nothing but your own reflection.</span>")
|
||||
to_chat(user, span_warning("You stare into the orb and see nothing but your own reflection."))
|
||||
return
|
||||
|
||||
to_chat(user, "<span class='info'>You can see... everything!</span>")
|
||||
visible_message("<span class='danger'>[user] stares into [src], their eyes glazing over.</span>")
|
||||
|
||||
to_chat(user, span_info("You can see... everything!"))
|
||||
visible_message(span_danger("[user] stares into [src], their eyes glazing over."))
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user