aboutsummaryrefslogtreecommitdiff
path: root/internal/behavior/behavior.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-01 04:53:56 -0400
committerhistoria <[not public]>2026-07-01 04:53:56 -0400
commitbf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 (patch)
tree5383c325fafeb34c01ea737a7070402f040fc5af /internal/behavior/behavior.go
parentfbe5090ac3325ff8ea6989cdf4515c7f077c975b (diff)
downloadthehouseoficarus-bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5.tar.gz
feat: admin gui map, item, and objects mostly complete
Diffstat (limited to 'internal/behavior/behavior.go')
-rw-r--r--internal/behavior/behavior.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/behavior/behavior.go b/internal/behavior/behavior.go
index c0a714c..2ef7fae 100644
--- a/internal/behavior/behavior.go
+++ b/internal/behavior/behavior.go
@@ -84,7 +84,7 @@ type Condition struct {
type UseConfig struct {
StartMessage string `yaml:"start_message"`
- Wait float64 `yaml:"wait"`
+ TicksPerCycle float64 `yaml:"ticks_per_cycle"`
Consume map[string]int `yaml:"consume"`
Reward DropEntry `yaml:"reward"`
FailMessage string `yaml:"fail_message"`