Replace all BYOND text macros

This commit is contained in:
Markolie
2017-02-21 15:41:37 +01:00
parent fb1cef8029
commit 6982014a6e
286 changed files with 1303 additions and 1311 deletions
+2 -2
View File
@@ -80,10 +80,10 @@
/obj/machinery/computer/telescience/emag_act(user as mob)
if(!emagged)
to_chat(user, "\blue You scramble the Telescience authentication key to an unknown signal. You should be able to teleport to more places now!")
to_chat(user, "<span class='notice'>You scramble the Telescience authentication key to an unknown signal. You should be able to teleport to more places now!</span>")
emagged = 1
else
to_chat(user, "\red The machine seems unaffected by the card swipe...")
to_chat(user, "<span class='warning'>The machine seems unaffected by the card swipe...</span>")
/obj/machinery/computer/telescience/attack_ai(mob/user)
src.attack_hand(user)