Fix all of the merge conflicts and lacking to_chats with 4041

This commit is contained in:
Tigercat2000
2016-04-05 21:16:52 -07:00
parent dd79aaa967
commit 797740da7d
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
if(istype(W, /obj/item/weapon/wrench))
playsound(get_turf(src), 'sound/items/Ratchet.ogg', 50, 1)
if(do_after(user, 30, target = src))
user << "<span class='notice'>You detach \the [src] from the wall.</span>"
to_chat(user, "<span class='notice'>You detach \the [src] from the wall.</span>")
new/obj/item/mounted/frame/driver_button(get_turf(src))
qdel(src)
return 1
+1 -1
View File
@@ -924,4 +924,4 @@ obj/item/weapon/circuitboard/rdserver
build_path = typepath
name = "circuit board ([new_name])"
if(user)
user << "<span class='notice'>You set the board to [new_name].</span>"
to_chat(user, "<span class='notice'>You set the board to [new_name].</span>")
+1 -1
View File
@@ -151,7 +151,7 @@
if(istype(W, /obj/item/weapon/wrench))
playsound(get_turf(src), 'sound/items/Ratchet.ogg', 50, 1)
if(do_after(user, 30, target = src))
user << "<span class='notice'>You detach \the [src] from the wall.</span>"
to_chat(user, "<span class='notice'>You detach \the [src] from the wall.</span>")
new/obj/item/mounted/frame/light_switch(get_turf(src))
qdel(src)
return 1