Rename omit_buc option to implicit_uncursed

... so the name is less cryptic.
This commit is contained in:
Pasi Kallinen
2015-05-27 20:42:06 +03:00
parent f0eca282a8
commit 773eecc472
6 changed files with 9 additions and 9 deletions

View File

@@ -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,