mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
for-the-strength-from-which-he-gives-is-unerring
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user