From 085e728d22a3369bd110b77409914cfbe9ebe611 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 16 Jun 2026 04:17:43 -0400 Subject: feat: recipe system, combining items, cooking skill --- data/items/bones.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'data/items/bones.yaml') diff --git a/data/items/bones.yaml b/data/items/bones.yaml index 6e9e801..6883a16 100644 --- a/data/items/bones.yaml +++ b/data/items/bones.yaml @@ -1,7 +1,6 @@ -id: "bones" -name: "bones" +id: bones +name: bones color: "fg=white" -aliases: ["bone"] description: "A pile of bones." value: 2 stackable: false -- cgit v1.2.3