add choker to rynyk
This commit is contained in:
parent
d73d06665a
commit
83cc58c6cd
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue