summaryrefslogtreecommitdiff
path: root/src/cmd6.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd6.cc')
-rw-r--r--src/cmd6.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd6.cc b/src/cmd6.cc
index f0fa7f10..6d3dcf56 100644
--- a/src/cmd6.cc
+++ b/src/cmd6.cc
@@ -2365,7 +2365,7 @@ static bool_ quaff_potion(int tval, int sval, int pval, int pval2)
potions of corruption. */
if (game_module_idx == MODULE_THEME)
{
- GOD(GOD_MELKOR)
+ if (p_ptr->pgod == GOD_MELKOR)
{
msg_print("Your quaffing of this potion pleases Melkor!");
set_grace(p_ptr->grace + 2);