Fix some techniques not applied on battle

This commit is contained in:
amizing25 2024-06-01 08:26:33 +07:00
parent 2fe824e37d
commit 9f3630c4cf

View File

@ -107,6 +107,7 @@ impl AvatarJson {
owner_index: index,
level: 1,
id: *buff_id,
dynamic_values: HashMap::from([(String::from("SkillIndex"), 2.0)]),
..Default::default()
});
}