summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index ddff3fdc7c..43176d8c9b 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -2137,7 +2137,7 @@ static std::vector<formatted_string> _get_overview_resistances(
_determine_colour_string(rclar, 1), itosym1(rclar));
cols.add_formatted(1, buf, false);
- if (scan_randarts(RAP_PREVENT_TELEPORTATION, calc_unid))
+ if (scan_artefacts(ARTP_PREVENT_TELEPORTATION, calc_unid))
{
snprintf(buf, sizeof buf, "\n%sPrev.Telep.: %s",
_determine_colour_string(-1, 1), itosym1(1));