remove curse - with full BUC impl
This commit is contained in:
parent
5a42ee283d
commit
e76a03633b
6 changed files with 219 additions and 13 deletions
|
|
@ -89,11 +89,12 @@ impl<'a> System<'a> for ItemEquipSystem {
|
|||
if target == *player_entity {
|
||||
logger = logger
|
||||
.append("You remove your")
|
||||
.colour(item_colour(*item, &beatitudes, &dm))
|
||||
.append_n(
|
||||
obfuscate_name(*item, &names, &magic_items, &obfuscated_names, &beatitudes, &dm, None)
|
||||
.0,
|
||||
)
|
||||
.colour(item_colour(*item, &beatitudes, &dm))
|
||||
.colour(rltk::WHITE)
|
||||
.period();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue