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
@@ -53,3 +53,15 @@
to_chat(user, "<span class='notice'>You add the newly-formed wood to the stack. It now contains [existing_wood.amount] planks.</span>")
else
return ..()
/obj/item/stack/material/stick
name = "wooden stick"
icon_state = "sheet-stick"
default_type = "wooden stick"
strict_color_stacking = TRUE
apply_colour = 1
drop_sound = 'sound/items/drop/wooden.ogg'
pickup_sound = 'sound/items/pickup/wooden.ogg'
no_variants = FALSE
pass_color = TRUE
apply_colour = TRUE
+10
View File
@@ -13,3 +13,13 @@
no_variants = FALSE
drop_sound = 'sound/items/drop/boots.ogg'
pickup_sound = 'sound/items/pickup/boots.ogg'
/obj/item/stack/material/flint
name = "flint piece"
icon_state = "sheet-rock"
default_type = "flint"
no_variants = FALSE
drop_sound = 'sound/items/drop/boots.ogg'
pickup_sound = 'sound/items/pickup/boots.ogg'
pass_color = TRUE
apply_colour = TRUE