diff options
| author | historia <[not public]> | 2026-07-08 02:23:59 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 02:23:59 -0400 |
| commit | 2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 (patch) | |
| tree | ef4aef5a7393de51d765b24d565b414ddac4b9fe /internal/behavior/types.go | |
| parent | 71f0f381de64e045f91da19450adacf10fbc7902 (diff) | |
| download | thehouseoficarus-2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3.tar.gz | |
feat: object and mob steal tables can include both tables and items
Diffstat (limited to 'internal/behavior/types.go')
| -rw-r--r-- | internal/behavior/types.go | 2 |
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 |
