Rename omit_buc option to implicit_uncursed
... so the name is less cryptic.
This commit is contained in:
@@ -778,7 +778,7 @@ register struct obj *obj;
|
||||
Strcat(prefix, "cursed ");
|
||||
else if (obj->blessed)
|
||||
Strcat(prefix, "blessed ");
|
||||
else if (!iflags.omit_buc
|
||||
else if (!iflags.implicit_uncursed
|
||||
/* For most items with charges or +/-, if you know how many
|
||||
* charges are left or what the +/- is, then you must have
|
||||
* totally identified the item, so "uncursed" is unneccesary,
|
||||
|
||||
Reference in New Issue
Block a user