Stop action when picking up the job

This commit is contained in:
mudler
2024-04-21 15:39:38 +02:00
parent 1fc0db18cd
commit 773259ceaa
3 changed files with 7 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ type Character struct {
Age any `json:"age"`
Occupation string `json:"job_occupation"`
Hobbies []string `json:"hobbies"`
MusicTaste []string `json:"music_taste"`
MusicTaste []string `json:"favorites_music_genres"`
Sex string `json:"sex"`
}