summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-06 18:23:48 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:34 -0600
commitd9529c446b22593d4ba3fdc82fc51f949f58925d (patch)
tree89d1c30e8f00d880cf1168454457f59ce61347ed /crawl-ref/source/status.h
parent6698dc1909e990d05ad67b4b0a8bfdda72702ca2 (diff)
downloadcrawl-ref-d9529c446b22593d4ba3fdc82fc51f949f58925d.tar.gz
crawl-ref-d9529c446b22593d4ba3fdc82fc51f949f58925d.zip
Replace Gozag's gold lust with gold distraction (dpeg).
For every fresh pile of gold in LOS of a monster when they're acting, they have a 5% chance of doing nothing that turn.
Diffstat (limited to 'crawl-ref/source/status.h')
-rw-r--r--crawl-ref/source/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/status.h b/crawl-ref/source/status.h
index c8b4d4fb1f..ad7a1f1d30 100644
--- a/crawl-ref/source/status.h
+++ b/crawl-ref/source/status.h
@@ -42,7 +42,9 @@ enum status_type
STATUS_ELIXIR,
STATUS_INVISIBLE,
STATUS_MAGIC_SAPPED,
+#if TAG_MAJOR_VERSION == 34
STATUS_GOLDEN,
+#endif
STATUS_BRIBE,
STATUS_LAST_STATUS = STATUS_BRIBE
};