summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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,