ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/player.C
(Generate patch)

Comparing deliantra/server/server/player.C (file contents):
Revision 1.223 by root, Thu Jan 1 15:43:35 2009 UTC vs.
Revision 1.224 by root, Thu Jan 1 16:05:13 2009 UTC

1853 * Change the color so that the message doesn't disappear with 1853 * Change the color so that the message doesn't disappear with
1854 * all the others. 1854 * all the others.
1855 */ 1855 */
1856 if (pl->contr->usekeys == key_inventory || 1856 if (pl->contr->usekeys == key_inventory ||
1857 !QUERY_FLAG (container, FLAG_APPLIED) || 1857 !QUERY_FLAG (container, FLAG_APPLIED) ||
1858 (pl->contr->usekeys == keyrings && (!container->race || strcmp (container->race, "keys")))) 1858 (pl->contr->usekeys == keyrings && container->race != shstr_keys))
1859 { 1859 {
1860 new_draw_info_format (NDI_UNIQUE | NDI_BROWN, 0, pl, 1860 new_draw_info_format (NDI_UNIQUE | NDI_BROWN, 0, pl,
1861 "The %s in your %s vibrates as you approach the door", query_name (tmp), query_name (container)); 1861 "The %s in your %s vibrates as you approach the door", query_name (tmp), query_name (container));
1862 return NULL; 1862 return NULL;
1863 } 1863 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines