for-the-strength-from-which-he-gives-is-unerring

This commit is contained in:
Fox McCloud
2019-10-05 02:08:11 -04:00
parent 5170f3fbae
commit 67dc33ac3f
141 changed files with 722 additions and 542 deletions
+6 -1
View File
@@ -45,11 +45,14 @@
var/obj/item/multitool/M = I
M.buffer = src
to_chat(user, "<span class = 'caution'>You save the data in the [I.name]'s buffer.</span>")
return
if(exchange_parts(user, I))
return
default_deconstruction_crowbar(I)
if(default_deconstruction_crowbar(I))
return
return ..()
//CARGO TELEPAD//
@@ -87,6 +90,8 @@
new /obj/item/stack/sheet/metal(get_turf(src))
new /obj/item/stack/sheet/glass(get_turf(src))
qdel(src)
else
return ..()
///TELEPAD CALLER///
/obj/item/telepad_beacon
+1 -1
View File
@@ -73,7 +73,7 @@
to_chat(user, "<span class = 'caution'>You upload the data from the [W.name]'s buffer.</span>")
updateUsrDialog()
else
..()
return ..()
/obj/machinery/computer/telescience/emag_act(user as mob)
if(!emagged)