diff --git a/src/cmd.rs b/src/cmd.rs index f7d804f..e21fb8d 100644 --- a/src/cmd.rs +++ b/src/cmd.rs @@ -1150,6 +1150,9 @@ fn spawn_scenes( // command: armodel suit_ar_dress state.ar_models.push("suit_ar_dress".to_string()); + // command: armodel suit_ar_choker + state.ar_models.push("suit_ar_choker".to_string()); + // command: pronoun she state.pronoun = Some("she".to_string()); } else if template == "cultleader" {