summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc13
1 files changed, 7 insertions, 6 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 02ce386d18..97668ba38a 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1786,17 +1786,18 @@ static void _print_friendly_pickup_setting(bool was_changed)
if (you.friendly_pickup == FRIENDLY_PICKUP_NONE)
{
- mprf("Your intelligent, permanent allies are %sforbidden to pick up anything at all.",
- now.c_str());
+ mprf("Your intelligent allies are %sforbidden to pick up anything "
+ "at all.", now.c_str());
}
else if (you.friendly_pickup == FRIENDLY_PICKUP_FRIEND)
{
- mprf("Your intelligent, permanent allies may %sonly pick up items dropped by allies.",
- now.c_str());
+ mprf("Your intelligent allies may %sonly pick up items dropped by "
+ "allies.", now.c_str());
}
else if (you.friendly_pickup == FRIENDLY_PICKUP_ALL)
{
- mprf("Your intelligent, permanent allies may %spick up anything they need.", now.c_str());
+ mprf("Your intelligent allies may %spick up anything they need.",
+ now.c_str());
}
else
{
@@ -2435,7 +2436,7 @@ void process_command( command_type cmd )
break;
case CMD_LIST_EQUIPMENT:
- get_invent( OSEL_EQUIP );
+ get_invent(OSEL_EQUIP);
break;
case CMD_INSCRIBE_ITEM: