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