Survival crafting stuff

Stuff! For surviving in the wilderness.
This commit is contained in:
VerySoft
2021-08-09 17:48:10 -04:00
parent 622c606046
commit 29b29bf8a6
13 changed files with 144 additions and 10 deletions
+13
View File
@@ -137,6 +137,19 @@
throwforce = 7.0
w_class = ITEMSIZE_SMALL
/obj/item/weapon/shovel/wood
name = "wooden shovel"
desc = "An improvised tool for digging and moving dirt."
icon = 'icons/obj/items.dmi'
icon_state = "woodshovel"
slot_flags = SLOT_BELT
item_state = "woodshovel"
w_class = ITEMSIZE_NORMAL
matter = list(MAT_WOOD = 50)
sharp = 0
edge = 1
/**********************Mining car (Crate like thing, not the rail car)**************************/