Merge pull request #11103 from Very-Soft/rocks

Survival crafting stuff
This commit is contained in:
Aronai Sieyes
2021-08-16 12:00:42 -04:00
committed by GitHub
51 changed files with 1722 additions and 22 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)**************************/