halved ac-bonus from dex

This commit is contained in:
Llywelwyn 2023-08-21 00:58:19 +01:00
parent 91c2972935
commit 07fd9ac377
4 changed files with 7 additions and 3 deletions

View file

@ -228,7 +228,7 @@ fn get_starting_inventory(class: Classes, rng: &mut RandomNumberGenerator) -> (V
carried = vec!["food_rations".to_string()];
}
Classes::Rogue => {
equipped = vec!["equip_rapier".to_string(), "equip_body_leather".to_string()];
equipped = vec!["equip_rapier".to_string(), "equip_body_weakleather".to_string()];
carried = vec![
"equip_dagger".to_string(),
"equip_dagger".to_string(),