aboutsummaryrefslogtreecommitdiff
path: root/internal/object/object.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/object/object.go')
-rw-r--r--internal/object/object.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/object/object.go b/internal/object/object.go
index 89f01a4..47243ad 100644
--- a/internal/object/object.go
+++ b/internal/object/object.go
@@ -10,11 +10,11 @@ type UseInteraction struct {
}
type ObjectSteal struct {
- Table string `yaml:"table"`
- Level int `yaml:"level"`
- XP int `yaml:"xp"`
- Speed float64 `yaml:"speed"`
- GuardMob string `yaml:"guard_mob,omitempty"`
+ Drops []behavior.DropEntry `yaml:"drops,omitempty"`
+ Level int `yaml:"level"`
+ XP int `yaml:"xp"`
+ Speed float64 `yaml:"speed"`
+ GuardMob string `yaml:"guard_mob,omitempty"`
}
type ObjectDef struct {