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 --- internal/player/player.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/player') diff --git a/internal/player/player.go b/internal/player/player.go index 4a6f065..e0c7ab9 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -156,6 +156,7 @@ type Player struct { Action *action.Action `yaml:"-"` ActionState any `yaml:"-"` WalkSequence []string `yaml:"-"` + ConsumeCooldown int `yaml:"-"` } func (p *Player) OptionBool(name string) bool { -- cgit v1.2.3