summaryrefslogtreecommitdiff
path: root/src/object1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/object1.cc')
-rw-r--r--src/object1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object1.cc b/src/object1.cc
index 85328bfe..dacf1b93 100644
--- a/src/object1.cc
+++ b/src/object1.cc
@@ -3912,7 +3912,7 @@ s16b wield_slot_ideal(object_type *o_ptr, bool_ ideal)
/* Theme has restrictions for winged races. */
if (game_module_idx == MODULE_THEME)
{
- cptr race_name = rp_ptr->title + rp_name;
+ cptr race_name = rp_ptr->title;
if (streq(race_name, "Dragon") ||
streq(race_name, "Eagle"))