Setting RD board access now uses visible_message

This commit is contained in:
mwerezak
2014-05-22 18:19:34 -04:00
parent 637f7193fc
commit 70333dfb51

View File

@@ -277,7 +277,7 @@
/obj/item/weapon/circuitboard/rdconsole/attackby(obj/item/I as obj, mob/user as mob)
if(istype(I,/obj/item/weapon/screwdriver))
user << "\blue You adjust the jumper on the access protocol pins."
user.visible_message("\blue \the [user] adjusts the jumper on the [src]'s access protocol pins.", "\blue You adjust the jumper on the access protocol pins.")
if(src.build_path == "/obj/machinery/computer/rdconsole/core")
src.name = "Circuit Board (RD Console - Robotics)"
src.build_path = "/obj/machinery/computer/rdconsole/robotics"