replace magic string with constant

This commit is contained in:
yuni 2024-11-18 03:33:00 +01:00
parent 4b37bc1043
commit 624de181ce

View file

@ -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());