summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 18:49:20 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 18:49:20 +0000
commit3729bb7d83361ee5032dcc513e5740da08798be6 (patch)
tree1b676ae44cd3385717f16b2601016b3083feea2f /crawl-ref/source/makeitem.cc
parent56fb5e29c0232b3f7263f80a7e4075c286216efc (diff)
downloadcrawl-ref-3729bb7d83361ee5032dcc513e5740da08798be6.tar.gz
crawl-ref-3729bb7d83361ee5032dcc513e5740da08798be6.zip
Removed oklob nonbrandability, since we visibly distinguish them anyway.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1369 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 7137a31c70..e0ea2b9e14 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1,3 +1,10 @@
+/*
+ * File: makeitem.cc
+ * Summary: Item creation routines.
+ *
+ * Modified for Crawl Reference by $Author: haranp $ on $Date: 2007-03-15T20:10:20.648083Z $
+ */
+
#include "AppHdr.h"
#include "enum.h"