summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-06 14:23:46 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-06 14:23:46 +0000
commit1395f15a3e6ee7e9b934da41b694c9beef71abda (patch)
tree688495e0100e9df57d5148faa37b0bb388e4bebd /crawl-ref/source/notes.h
parent3afdb100186370fc412f68727fbfad5c2eff95c6 (diff)
downloadcrawl-ref-1395f15a3e6ee7e9b934da41b694c9beef71abda.tar.gz
crawl-ref-1395f15a3e6ee7e9b934da41b694c9beef71abda.zip
* Note items bought in shops along with their price
* Note donations made to Zin * Add option autoinscribe_randarts that, if true, autoinscribes artefacts of its own whenever some new properties become known, be it by using it or identifying. Also applies to shops. This is still unfinished and buggy. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6785 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index 7e8366bb3a..74d04a020d 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -46,6 +46,8 @@ enum NOTE_TYPES
NOTE_PENANCE, /* needs: god id */
NOTE_MOLLIFY_GOD, /* needs: god id */
NOTE_DEATH, /* needs: death cause */
+ NOTE_BUY_ITEM, /* needs: item name (string), price (int) */
+ NOTE_DONATE_MONEY, /* needs: amount of gold */
NOTE_NUM_TYPES
};