summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-16 17:12:00 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-16 17:12:00 +0000
commitfc2d149b397d8efe4077001a160799d01e1d3fe9 (patch)
tree82ee9874dd57ad8deafcd042dfb7deb1973f7bfa /crawl-ref/source/randart.h
parent54a744df62043fdc9eea179d42baa9b15281f346 (diff)
downloadcrawl-ref-fc2d149b397d8efe4077001a160799d01e1d3fe9.tar.gz
crawl-ref-fc2d149b397d8efe4077001a160799d01e1d3fe9.zip
Clean up TSO's weapon blessing, and give all blessed weapons the title
"of [player name]". The randartization isn't working as expected, so, until it can be fixed, give the blessed blades random properties for now, just like other artefacts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4260 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index 853e27e4db..ce77411b9d 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -87,7 +87,7 @@ bool randart_wpn_known_prop( item_def &item, randart_prop_type prop );
* *********************************************************************** */
bool make_item_fixed_artefact( item_def &item, bool in_abyss, int which = 0 );
-bool make_item_randart( item_def &item, bool randomise = true );
+bool make_item_randart( item_def &item );
bool make_item_unrandart( item_def &item, int unrand_index );
/* ***********************************************************************