continuing with the overhaul, allowed entities to wear stuff

This commit is contained in:
Llywelwyn 2023-07-28 06:57:14 +01:00
parent c169a1eae6
commit c2759e9e8e
6 changed files with 148 additions and 13 deletions

View file

@ -15,6 +15,7 @@ pub struct Mob {
pub skills: Option<HashMap<String, i32>>,
pub vision_range: i32,
pub quips: Option<Vec<String>>,
pub equipped: Option<Vec<String>>,
}
#[derive(Deserialize, Debug)]