From 4acb670639a7a537e8e70bc4c07a92156f70ca80 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 22 Oct 2009 01:18:10 +0200 Subject: Document Chronos' dislikes on the god screen. --- crawl-ref/source/religion.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index ae70f9dd20..b621f7bbdf 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -869,6 +869,11 @@ std::string get_god_dislikes(god_type which_god, bool /*verbose*/) dislikes.push_back("you kill slimes"); break; + case GOD_CHRONOS: + dislikes.push_back("you hasten yourself"); + dislikes.push_back("use unnaturally quick items"); + break; + default: break; } -- cgit v1.2.3-54-g00ecf