summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-15 00:23:42 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-15 00:23:42 -0400
commitaa7a297ddff8761b9d20077fe176bc1ed4deaffa (patch)
treeb22364b84b6b995b0af2df72e7b92178ecf935ac /src
parent3449e96574a4b9703ca90d953b8369e1c9d66b46 (diff)
Remove colons from henchman ability score output
Diffstat (limited to 'src')
-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,