From d5f262eb187ed2a96b0216103210c8ba8057d59c Mon Sep 17 00:00:00 2001 From: zelgadis Date: Mon, 8 Jun 2009 04:56:38 +0000 Subject: Since fixed artefacts are going to be folded into unrandarts, and unrandarts have already become almost identical to randarts, change "randart" to "artefact" everywhere except for things that deal exclusively with randarts. Artefact related files will be renamed later. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9921 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/delay.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/delay.cc') diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc index 0e9fc81352..71b46c9d4e 100644 --- a/crawl-ref/source/delay.cc +++ b/crawl-ref/source/delay.cc @@ -1434,8 +1434,8 @@ void armour_wear_effects(const int item_slot) if (!was_known) { - if (Options.autoinscribe_randarts && is_random_artefact(arm)) - add_autoinscription( arm, randart_auto_inscription(arm)); + if (Options.autoinscribe_artefacts && is_random_artefact(arm)) + add_autoinscription( arm, artefact_auto_inscription(arm)); } if (!melded) mprf("You finish putting on %s.", arm.name(DESC_NOCAP_YOUR).c_str()); @@ -1565,7 +1565,7 @@ void armour_wear_effects(const int item_slot) } if (is_random_artefact(arm)) - use_randart(arm, melded); + use_artefact(arm, melded); if (item_cursed(arm) && !melded) { -- cgit v1.2.3-54-g00ecf