mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
powder that makes you say yes
This commit is contained in:
@@ -52,3 +52,20 @@
|
|||||||
to_chat(user, "<span class='notice'>You add the newly-formed wood to the stack. It now contains [existing_wood.get_amount()] planks.</span>")
|
to_chat(user, "<span class='notice'>You add the newly-formed wood to the stack. It now contains [existing_wood.get_amount()] planks.</span>")
|
||||||
else
|
else
|
||||||
return ..()
|
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
|
||||||
|
|
||||||
|
/obj/item/stack/material/stick/fivestack
|
||||||
|
amount = 5
|
||||||
|
color = "#824B28"
|
||||||
|
|||||||
Reference in New Issue
Block a user