refactors most spans

This commit is contained in:
Kashargul
2024-10-02 21:10:31 +02:00
parent 5417c7772c
commit a2c673ab7a
1517 changed files with 12436 additions and 12347 deletions
+4 -4
View File
@@ -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