Make ELBERETH unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 16:58:59 -05:00
parent 7d9ea49e92
commit 264dc66129
10 changed files with 5 additions and 38 deletions

View File

@@ -1785,7 +1785,6 @@ int final;
putstr(en_win, 0, "");
putstr(en_win, 0, final ? "Final Attributes:" : "Current Attributes:");
#ifdef ELBERETH
if (u.uevent.uhand_of_elbereth) {
static const char * const hofe_titles[3] = {
"the Hand of Elbereth",
@@ -1794,7 +1793,6 @@ int final;
};
you_are(hofe_titles[u.uevent.uhand_of_elbereth - 1],"");
}
#endif
/* note: piousness 20 matches MIN_QUEST_ALIGN (quest.h) */
if (u.ualign.record >= 20) you_are("piously aligned","");