From aa7a297ddff8761b9d20077fe176bc1ed4deaffa Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 15 Oct 2023 00:23:42 -0400 Subject: Remove colons from henchman ability score output --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 87868d4..f97cf31 100644 --- a/src/main.rs +++ b/src/main.rs @@ -34,7 +34,7 @@ fn main() { npc.roll_henchman_ability_scores(); let ability_scores = npc.ability_scores.unwrap(); println!( - "{} {} {}. STR: {}, INT: {}, WIS: {}, CON: {}, DEX: {}, CHA: {}", + "{} {} {}. STR {}, INT {}, WIS {}, CON {}, DEX {}, CHA {}", npc.alignment.unwrap(), npc.race.unwrap(), npc.class.unwrap().name, -- cgit v1.2.3