aboutsummaryrefslogtreecommitdiff
path: root/internal/behavior
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-08 02:23:59 -0400
committerhistoria <[not public]>2026-07-08 02:23:59 -0400
commit2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 (patch)
treeef4aef5a7393de51d765b24d565b414ddac4b9fe /internal/behavior
parent71f0f381de64e045f91da19450adacf10fbc7902 (diff)
downloadthehouseoficarus-2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3.tar.gz
feat: object and mob steal tables can include both tables and items
Diffstat (limited to 'internal/behavior')
-rw-r--r--internal/behavior/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/behavior/types.go b/internal/behavior/types.go
index 7d95cc3..18d6363 100644
--- a/internal/behavior/types.go
+++ b/internal/behavior/types.go
@@ -93,7 +93,7 @@ type ProductionData struct {
type StealData struct {
TargetType string
- StealTable string
+ StealDrops []DropEntry
StealLevel int
StealXP int
StealSpeed float64