add choker to rynyk

This commit is contained in:
yuni 2024-11-18 05:05:38 +01:00
parent d73d06665a
commit 83cc58c6cd

View file

@ -1150,6 +1150,9 @@ fn spawn_scenes(
// command: armodel suit_ar_dress // command: armodel suit_ar_dress
state.ar_models.push("suit_ar_dress".to_string()); 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 // command: pronoun she
state.pronoun = Some("she".to_string()); state.pronoun = Some("she".to_string());
} else if template == "cultleader" { } else if template == "cultleader" {