From a3cff02ff40209bb807eafdc2a21c1c6536a4027 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Wed, 13 Mar 2019 13:52:54 -0400 Subject: [PATCH] Add Prybars to Autolathes Non-emergency ability to print off additional prybars if one's dumb enough to toss out their emergency box after spawning in. --- code/datums/autolathe/tools.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/datums/autolathe/tools.dm b/code/datums/autolathe/tools.dm index 70ea299ec8..ce9133f088 100644 --- a/code/datums/autolathe/tools.dm +++ b/code/datums/autolathe/tools.dm @@ -42,3 +42,8 @@ /datum/category_item/autolathe/tools/welder_industrial name = "industrial welding tool" path =/obj/item/weapon/weldingtool/largetank + +//TFF: Ports VoreStation edit, add printable prybars to autolathes +/datum/category_item/autolathe/tools/prybar + name = "prybar" + path =/obj/item/weapon/prybar