Replaces info class with notice and purges info (#26421)

This commit is contained in:
Burzah
2024-08-13 09:46:58 +00:00
committed by GitHub
parent 4d87562d25
commit c434f08f4f
101 changed files with 231 additions and 239 deletions
@@ -346,9 +346,9 @@
anchored = locked
if(anchored)
to_chat(user, "<span class='info'>The crate reanchors itself to the ground.</span>")
to_chat(user, "<span class='notice'>The crate reanchors itself to the ground.</span>")
else
to_chat(user, "<span class='info'>The crate unanchors itself from the ground.</span>")
to_chat(user, "<span class='notice'>The crate unanchors itself from the ground.</span>")
/obj/structure/closet/crate/secure/oldstation/emag_act(mob/user)
// var/can_be_emaged works in mysterious ways so screw it