From 9fecb788095cc5315ef5f1485e0b736563a21460 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 13 Apr 2009 20:40:39 +0000 Subject: * Add stair repelling as a bad Xom effect. * Experimentally make tension increase the odds for good effects. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9600 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/chardump.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'crawl-ref/source/chardump.cc') diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc index 4ed7d4b4f3..7d246a7561 100644 --- a/crawl-ref/source/chardump.cc +++ b/crawl-ref/source/chardump.cc @@ -56,6 +56,7 @@ REVISION("$Rev$"); #include "transfor.h" #include "version.h" #include "view.h" +#include "xom.h" struct dump_params; @@ -650,6 +651,15 @@ static void _sdump_religion(dump_params &par) text += " " + verb + " demanding penance.\n"; } } + else + { + if (par.se) + text += "You were "; + else + text += "You are "; + text += describe_xom_favour(false); + text += "\n"; + } } } -- cgit v1.2.3-54-g00ecf