visual overhaul

This commit is contained in:
Llywelwyn 2023-07-28 01:06:42 +01:00
parent b940142f16
commit d2648c4560
10 changed files with 115 additions and 76 deletions

View file

@ -54,6 +54,7 @@ impl<'a> System<'a> for BystanderAI {
(rng.roll_dice(1, quip.available.len() as i32) - 1) as usize
};
gamelog::Logger::new()
.append("The")
.npc_name(&name.unwrap().name)
.append_n("says \"")
.append_n(&quip.available[quip_index])