summaryrefslogtreecommitdiffstats
path: root/trunk/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/religion.cc')
-rw-r--r--trunk/source/religion.cc26
1 files changed, 14 insertions, 12 deletions
diff --git a/trunk/source/religion.cc b/trunk/source/religion.cc
index 090ad1533b..2871b9bd8f 100644
--- a/trunk/source/religion.cc
+++ b/trunk/source/religion.cc
@@ -3,6 +3,8 @@
* Summary: Misc religion related functions.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
*
@@ -53,18 +55,18 @@
#include "stuff.h"
const char *sacrifice[] = {
- {" glows silver and disappears."},
- {" glows a brilliant golden colour and disappears."},
- {" rots away in an instant."},
- {" crumbles to dust."},
- {" is eaten by a bug."}, /* Xom - no sacrifices */
- {" explodes into nothingness."},
- {" is consumed in a burst of flame."},
- {" is consumed in a roaring column of flame."},
- {" glows faintly for a moment, then is gone."},
- {" is consumed in a roaring column of flame."},
- {" glows with a rainbow of weird colours and disappears."},
- {" evaporates."}
+ " glows silver and disappears.",
+ " glows a brilliant golden colour and disappears.",
+ " rots away in an instant.",
+ " crumbles to dust.",
+ " is eaten by a bug.", /* Xom - no sacrifices */
+ " explodes into nothingness.",
+ " is consumed in a burst of flame.",
+ " is consumed in a roaring column of flame.",
+ " glows faintly for a moment, then is gone.",
+ " is consumed in a roaring column of flame.",
+ " glows with a rainbow of weird colours and disappears.",
+ " evaporates."
};
void altar_prayer(void);