adds shovel and ice pick to autolathe

This commit is contained in:
Cebutris
2020-02-18 14:21:30 -05:00
committed by Hawk_v3
parent dbae1367c5
commit accd4287dc
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/datum/category_item/autolathe/tools/ice_pick
name = "ice pick"
path =/obj/item/weapon/ice_pick
/datum/category_item/autolathe/tools/shovel
name = "shovel"
path =/obj/item/weapon/shovel

View File

@@ -476,6 +476,7 @@ var/global/list/latejoin_tram = list()
icon = 'icons/obj/items_yw.dmi'
icon_state = "icepick"
item_state = "icepick"
matter = list(DEFAULT_WALL_MATERIAL = 12000) //Same as a knife
force = 15 //increasing force for icepick/axe, cause it's a freaking iceaxe.
throwforce = 0
//end of Ice Pick

View File

@@ -309,6 +309,7 @@
#include "code\datums\autolathe\medical_vr.dm"
#include "code\datums\autolathe\tools.dm"
#include "code\datums\autolathe\tools_vr.dm"
#include "code\datums\autolathe\tools_yw.dm"
#include "code\datums\helper_datums\construction_datum.dm"
#include "code\datums\helper_datums\events.dm"
#include "code\datums\helper_datums\getrev.dm"