mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 09:56:47 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
/obj/machinery/r_n_d/tech_processor/attackby(obj/item/attacking_item, mob/user)
|
||||
if(attacking_item.tool_behaviour == TOOL_MULTITOOL)
|
||||
var/obj/item/device/multitool/MT = attacking_item
|
||||
var/obj/item/multitool/MT = attacking_item
|
||||
MT.set_buffer(src)
|
||||
to_chat(user, SPAN_NOTICE("You attach \the [src]'s linking node to \the [MT]'s machinery buffer."))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user