removes monster to-hit bonus from player
This commit is contained in:
parent
f55f4504db
commit
bd90c3f760
8 changed files with 41 additions and 12 deletions
|
|
@ -489,7 +489,7 @@ pub fn obfuscate_name_ecs(ecs: &World, item: Entity) -> (String, String) {
|
|||
if has_beatitude.known {
|
||||
let prefix = match has_beatitude.buc {
|
||||
BUC::Cursed => Some("cursed "),
|
||||
BUC::Uncursed => None,
|
||||
BUC::Uncursed => Some("uncursed "),
|
||||
BUC::Blessed => Some("blessed "),
|
||||
};
|
||||
if prefix.is_some() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue