From fe1c5f96e7b16d0f2ebf0405c364f531f71e2c3f Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sat, 30 May 2020 12:55:29 -0700 Subject: [PATCH] Comment out the ice pick for now It's a map specific item for YW and causes some compilation issues. It's ok, we don't need it tho. --- code/datums/autolathe/tools_1_yw.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/autolathe/tools_1_yw.dm b/code/datums/autolathe/tools_1_yw.dm index fca7a493a1..91c9cee7a6 100644 --- a/code/datums/autolathe/tools_1_yw.dm +++ b/code/datums/autolathe/tools_1_yw.dm @@ -1,8 +1,10 @@ +/* CHOMP Removal /datum/design/item/autolathe/tools/ice_pick name = "ice pick" id = "ice_pick" build_path = /obj/item/weapon/ice_pick materials = list(DEFAULT_WALL_MATERIAL = 15000) +*/ /datum/design/item/autolathe/tools/shovel name = "shovel"