beatitudes

This commit is contained in:
Llywelwyn 2023-08-21 13:08:12 +01:00
parent 831720ce37
commit d0416b2563
7 changed files with 42 additions and 48 deletions

View file

@ -54,7 +54,7 @@ impl<'a> System<'a> for ItemRemoveSystem {
)
.0,
)
.colour(item_colour(to_remove.item, &names, &magic_items, &dm))
.colour(item_colour(to_remove.item, &beatitudes, &dm))
.period()
.log();
}