visual overhaul
This commit is contained in:
parent
b940142f16
commit
d2648c4560
10 changed files with 115 additions and 76 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue