summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/randart.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index 78b82ab0c7..a51d7fab72 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -1107,7 +1107,7 @@ void static _get_randart_properties(const item_def &item,
&& (aclass != OBJ_ARMOUR
|| atype != ARM_BOOTS
|| get_equip_race(item) != ISFLAG_ELVEN)
- && get_armour_ego_type( item ) != SPARM_STEALTH)
+ && get_armour_ego_type(item) != SPARM_STEALTH)
{
power_level++;
proprt[RAP_STEALTH] = 10 + random2(70);