summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 7038d86cc6..fe451caea1 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -6539,11 +6539,11 @@ void describe_god( int which_god, bool give_title )
"appreciates the offering of weapons. ";
break;
- case GOD_LUCY:
+ case GOD_LUGONU:
description =
- "Lucy is a god who revels in the chaos of the Abyss. Followers are sent out" EOL
- "to spread Lucy's word in the world. Lucy enjoys seeing her followers spread" EOL
- "chaos and destruction.";
+ "Lugonu the Unformed revels in the chaos of the Abyss. Followers are sent out" EOL
+ "to cause bloodshed and disorder in the world, and must do so unflaggingly to" EOL
+ "earn Lugonu's favour.";
break;
default:
description = "God of Program Bugs is a weird and dangerous God and his presence should" EOL
@@ -6575,7 +6575,7 @@ void describe_god( int which_god, bool give_title )
(which_god == GOD_TROG) ? "Great Slayer" :
(which_god == GOD_NEMELEX_XOBEH) ? "Great Trickster" :
(which_god == GOD_SIF_MUNA) ? "Master of the Arcane" :
- (which_god == GOD_LUCY) ? "Abyssal Lord" :
+ (which_god == GOD_LUGONU) ? "Agent of Entropy" :
(which_god == GOD_XOM) ? "Teddy Bear" :
"Bogy the Lord of the Bugs"); // Xom and no god is handled before
}
@@ -6601,7 +6601,7 @@ void describe_god( int which_god, bool give_title )
case GOD_TROG:
case GOD_NEMELEX_XOBEH:
case GOD_ELYVILON:
- case GOD_LUCY:
+ case GOD_LUGONU:
cprintf ( (you.piety >= 120) ? "High Priest" :
(you.piety >= 100) ? "Elder" :
(you.piety >= 75) ? "Priest" :