aboutsummaryrefslogtreecommitdiff
path: root/internal/net/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/net/server.go')
-rw-r--r--internal/net/server.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/internal/net/server.go b/internal/net/server.go
index f22c398..bb14b04 100644
--- a/internal/net/server.go
+++ b/internal/net/server.go
@@ -31,8 +31,9 @@ const (
StateChangeDescription
StateTalk
StateDropAllConfirm
- StateCookRecipe
- StateSmeltRecipe
+ StateRecipeChoice
+ StateHowMany
+ StateSmithProduct
StateColorChoice
)
@@ -43,8 +44,8 @@ type Session struct {
Player interface{}
PendingChar string
PendingPass string
- PendingRecipeItem string
- PendingCookMenu []map[string]string
+ PendingMenu []map[string]string
+ PendingRecipeID string
Disconnecting bool
DisconnectTicks int
}