Fix Lumine's shyness

This commit is contained in:
Nobody 2022-02-21 00:17:14 +05:00
parent 9f3e9a863f
commit d905027f69

View File

@ -83,6 +83,7 @@ impl AvatarBuilder {
skill_level_map: slm,
proud_skill_extra_level_map: fuck, //collection!{739 => 3, 732 => 3},
wearing_flycloak_id: 140001, // TODO: hack!
life_state: 1,
});
return ai;
}