diff options
Diffstat (limited to 'internal/player/player.go')
| -rw-r--r-- | internal/player/player.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/player/player.go b/internal/player/player.go index d6e450a..001eb8b 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -94,6 +94,7 @@ type Player struct { Description string `yaml:"description"` AttackStyle AttackStyle `yaml:"attack_style"` Toggles map[string]bool `yaml:"toggles"` + Flags map[string]any `yaml:"flags"` RegenerateTick int Action *action.Action `yaml:"-"` } |
