mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
some small things (#17693)
* some small things * . * clean this up * potentially fix nulls in player list * . * Fixes * Update machine_stacking.dm --------- Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/stack/material/stick
|
||||
name = "wooden stick"
|
||||
name = MAT_WOODEN_STICK
|
||||
icon_state = "sheet-stick"
|
||||
default_type = "wooden stick"
|
||||
default_type = MAT_WOODEN_STICK
|
||||
strict_color_stacking = TRUE
|
||||
apply_colour = 1
|
||||
drop_sound = 'sound/items/drop/wooden.ogg'
|
||||
|
||||
Reference in New Issue
Block a user