git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3339 c06c8d41-db1a-0410-9941-cceddc491573
53VTPOTV7TI7QYFYS2ZKDXUJGYGFITOHJ7AO7CGRSFK2SOKXKWRAC
std::string prompt = item.base_type == OBJ_WEAPONS ? "Unwield" : "Remov";
prompt += "ing this item could be fatal. ";
prompt += item.base_type == OBJ_WEAPONS ? "Unwield" : "Remove";
prompt += " anyway? ";
std::string prompt =
item.base_type == OBJ_WEAPONS ? "Unwield" : "Remov";
prompt += "ing this item could be fatal. ";
prompt += item.base_type == OBJ_WEAPONS ? "Unwield" : "Remove";
prompt += " anyway? ";
std::string prompt = item.base_type == OBJ_WEAPONS ? "Wield" : "Wear";
prompt += "ing this item could be fatal. ";
prompt += item.base_type == OBJ_WEAPONS ? "Wield" : "Put on";
prompt += " anyway? ";
std::string prompt =
item.base_type == OBJ_WEAPONS ? "Wield" : "Wear";
prompt += "ing this item could be fatal. ";
prompt += item.base_type == OBJ_WEAPONS ? "Wield" : "Put on";
prompt += " anyway? ";