mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
adds shovel and ice pick to autolathe
This commit is contained in:
7
code/datums/autolathe/tools_yw.dm
Normal file
7
code/datums/autolathe/tools_yw.dm
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user