summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index f3cb294950..aaf7cce8a4 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -1935,11 +1935,11 @@ void debug_item_scan( void )
_dump_item( name, i, mitm[i] );
}
else if ((mitm[i].base_type == OBJ_WEAPONS
- && (abs(mitm[i].plus) > 30
- || abs(mitm[i].plus2) > 30
- || !is_random_artefact( mitm[i] )
- && mitm[i].special >= 30
- && mitm[i].special < 181))
+ && (abs(mitm[i].plus) > 30
+ || abs(mitm[i].plus2) > 30
+ || !is_random_artefact( mitm[i] )
+ && mitm[i].special >= 30
+ && mitm[i].special < 181))
|| (mitm[i].base_type == OBJ_MISSILES
&& (abs(mitm[i].plus) > 25