mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Replace all BYOND text macros
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user