summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-01 18:58:19 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-01 18:58:19 -0700
commitfe4f2f14302819280da045fec501636931c211fa (patch)
tree08e8a9a4474f9a7bca3a806e2d072ac10facfddf /crawl-ref/source/religion.cc
parent25e998d40eae95ba647fc2cd9e89c69a1d60f234 (diff)
downloadcrawl-ref-fe4f2f14302819280da045fec501636931c211fa.tar.gz
crawl-ref-fe4f2f14302819280da045fec501636931c211fa.zip
food.cc, religion.cc: remove merge conflict markers
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index ec4cd17ea8..61f0b54376 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -7711,11 +7711,7 @@ bool god_likes_butchery(god_type god)
|| god == GOD_MAKHLEB
|| god == GOD_TROG
|| god == GOD_LUGONU
-<<<<<<< HEAD
|| (god == GOD_KIKUBAAQUDGHA && you.piety >= piety_breakpoint(4)));
-=======
- || (god == GOD_KIKUBAAQUDGHA && you.piety >= piety_breakpoint(4));
->>>>>>> 38a99d5fb299818a3fa0dc79c9ddc5d0379aeb0a
}
bool god_hates_butchery(god_type god)