summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-14 22:52:25 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-14 22:52:25 +0100
commit7745f7e3ad6250fcc64689013e530e091926a706 (patch)
tree5960924fc3c2e366662092c7cb8d31d8f022e78b /crawl-ref/source/xom.cc
parent8d5bc24353e3ae985238f97f21bbe8926c64c360 (diff)
downloadcrawl-ref-7745f7e3ad6250fcc64689013e530e091926a706.tar.gz
crawl-ref-7745f7e3ad6250fcc64689013e530e091926a706.zip
Add Xom's pseudo banishment to the list of effect names for debugging.
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index ed45bc2cda..cb12146d07 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -4026,7 +4026,8 @@ static const char* _xom_effect_to_name(int effect)
"miscast (pseudo)", "miscast (minor)", "miscast (major)",
"miscast (nasty)", "stat loss", "teleportation", "swap weapons",
"chaos upgrade", "mutation", "polymorph", "repel stairs", "confusion",
- "draining", "torment", "animate weapon", "summon demons", "banishment"
+ "draining", "torment", "animate weapon", "summon demons",
+ "banishment (pseudo)", "banishment"
};
std::string result = "";