summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 9516a68c85..3a05f1e2e3 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -500,7 +500,7 @@ static void _try_brand_switch(const int item_index)
{
// Only switch already branded items.
if (get_weapon_brand(item) == SPWPN_NORMAL)
- return;
+ return;
brand = (int) SPWPN_CHAOS;
}
@@ -508,7 +508,7 @@ static void _try_brand_switch(const int item_index)
{
// Only switch already branded items.
if (get_ammo_brand(item) == SPWPN_NORMAL)
- return;
+ return;
brand = (int) SPMSL_CHAOS;
}