diff --git a/src/cmd.rs b/src/cmd.rs index ad16e6e..f7d804f 100644 --- a/src/cmd.rs +++ b/src/cmd.rs @@ -1136,7 +1136,7 @@ fn spawn_scenes( state.ar_models.push("suit_ar_chefhat".to_string()); // command: wants lookat PLAYERCAMERA - state.wants_tolookat_id = Some("PLAYERCAMERA".to_string()); + state.wants_tolookat_id = Some(ID_SPECIAL_PLAYERCAM.to_string()); // command: pronoun he state.pronoun = Some("he".to_string());