summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 656618228e..6b5825d3a7 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -798,7 +798,8 @@ bool acquirement(object_class_type force_class, int agent)
if (one_chance_in(3))
type_wanted = AMU_RAGE + random2(10);
- if (get_ident_type(OBJ_JEWELLERY, type_wanted) == ID_UNKNOWN_TYPE)
+ if (get_ident_type(OBJ_JEWELLERY, type_wanted) ==
+ ID_UNKNOWN_TYPE)
{
break;
}