Makes the omnitool lathe proof (#84643)

## About The Pull Request
- Fixes #84600

As mentioned in
https://github.com/tgstation/tgstation/issues/84600#issuecomment-2204975628
there is no problem with omnitool & airlock interactions, but just with
the lathe consuming the omnitool.


## Changelog
🆑
fix: Autolathe won't eat the borg omni tool
/🆑
This commit is contained in:
SyncIt21
2024-07-05 20:00:25 +02:00
committed by GitHub
parent ec22d12dbe
commit a71ecee6f9
@@ -274,7 +274,9 @@
//All messages to be displayed to chat
var/list/chat_msgs = list()
//differs from held_item when using TK
var/active_held = user.get_active_held_item()
var/obj/item/active_held = user.get_active_held_item()
//omni tools can act as any tool so get its real behaviour
active_held = active_held.get_proxy_attacker_for(held_item)
while(items.len)
//no point inserting more items