From 3abead0503b523effaacc54221ce60f16e277d5e Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Sun, 20 Dec 2009 21:46:10 +0100 Subject: Give shields of reflection the same price modifier as robes of resistance. --- crawl-ref/source/shopping.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/shopping.cc') diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc index d03614cce9..8cb0dfa4be 100644 --- a/crawl-ref/source/shopping.cc +++ b/crawl-ref/source/shopping.cc @@ -1371,6 +1371,7 @@ unsigned int item_value( item_def item, bool ident ) case SPARM_DARKNESS: case SPARM_RESISTANCE: + case SPARM_REFLECTION: valued *= 60; break; -- cgit v1.2.3-54-g00ecf