mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Survival crafting stuff
Stuff! For surviving in the wilderness.
This commit is contained in:
@@ -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)**************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user