summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-10-29 16:23:42 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-10-29 17:14:26 -0600
commit8de7c5b38b6efcf32ce442a8eb5fe78304165431 (patch)
tree27de2fc01b9cbf0f3f1f3eacfe754468099dca00 /crawl-ref/source/artefact.h
parentfcde9f1bc47ee2c49d61dde5bc97a870f0b81e02 (diff)
downloadcrawl-ref-8de7c5b38b6efcf32ce442a8eb5fe78304165431.tar.gz
crawl-ref-8de7c5b38b6efcf32ce442a8eb5fe78304165431.zip
Allow unrands to have a special string added to their inscription.
For example, Hellfire gains a fake "hellfire" brand inscription.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index 536dd021eb..67846fe130 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -45,6 +45,7 @@ struct unrandart_entry
const char *name; // true name of unrandart
const char *unid_name; // un-id'd name of unrandart
const char *type_name; // custom item type
+ const char *inscrip; // extra inscription
object_class_type base_type;
uint8_t sub_type;