From 13db9db0a5ac411a6a9da98383c76e1de8d28991 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 27 Dec 2006 21:41:07 +0000 Subject: Swapped Ely and Lucy sacrifice messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@714 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index 583a8a7dd8..ea5e77b076 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -64,19 +64,32 @@ #include "view.h" const char *sacrifice[] = { + // Zin " glows silver and disappears.", + // TSO " glows a brilliant golden colour and disappears.", + // Kikubaaqudgha " rots away in an instant.", + // Yredelemnul " crumbles to dust.", - " is eaten by a bug.", /* Xom - no sacrifices */ + // Xom (no sacrifices) + " is eaten by a bug.", + // Vehumet " explodes into nothingness.", + // Okawaru " is consumed in a burst of flame.", + // Makhleb " is consumed in a roaring column of flame.", + // Sif Muna " glows faintly for a moment, then is gone.", + // Trog " is consumed in a roaring column of flame.", + // Nemelex " glows with a rainbow of weird colours and disappears.", - " is consumed by the void.", - " evaporates." + // Elyvilon + " evaporates.", + // Lucy + " is consumed by the void." }; const char* god_gain_power_messages[MAX_NUM_GODS][MAX_GOD_ABILITIES] = -- cgit v1.2.3-54-g00ecf