remove "bra" avatar option, can't see it from behind anyway

This commit is contained in:
yuni 2024-10-30 05:56:56 +01:00
parent ab5835325f
commit cb9fe1d500

View file

@ -53,7 +53,6 @@ pub const PLAYER_AR_AVATARS: &[(Avatar, &str, f32, &str)] = &[
(Avatar::Dress, "suit_ar_dress", 1.0, "Dress"),
(Avatar::Nekomimi, "suit_ar_nekomimi", 1.0, "Cat Ears"),
(Avatar::Wings, "suit_ar_wings", 1.0, "Wings"),
(Avatar::Bra, "suit_ar_bra", 1.0, "Bra"),
(Avatar::Armor, "suit_ar_armor", 1.0, "Armor"),
(Avatar::Asteroid, "metis", 1.3, "Asteroid"),
];