minor fixes - grammar and rng
This commit is contained in:
parent
d41ef0f8dc
commit
7eb0e0ad64
3 changed files with 13 additions and 8 deletions
|
|
@ -49,7 +49,7 @@ pub fn delete_the_dead(ecs: &mut World) {
|
|||
if let Some(_item) = item {
|
||||
log.entries.push(format!("{} was destroyed!", &victim_name.name));
|
||||
} else {
|
||||
log.entries.push(format!("{} died!", &victim_name.name));
|
||||
log.entries.push(format!("The {} died!", &victim_name.name));
|
||||
}
|
||||
}
|
||||
dead.push(entity)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue