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

Comparing deliantra/server/common/item.C (file contents):
Revision 1.71 by root, Wed Mar 24 17:23:43 2010 UTC vs.
Revision 1.72 by root, Wed Mar 24 17:41:47 2010 UTC

742 if (s && *s) 742 if (s && *s)
743 buf << ' ' << s; 743 buf << ' ' << s;
744 } 744 }
745 break; 745 break;
746 746
747 case EXIT:
748 // random map exits "unfortunately" get patched, so this only works before entering
749 buf << (EXIT_PATH (op) == shstr_random_map_exit ? " (random map)" : " (exit)");
750 break;
751
747 default: 752 default:
748 if (op->magic && ((QUERY_FLAG (op, FLAG_BEEN_APPLIED) && need_identify (op)) || QUERY_FLAG (op, FLAG_IDENTIFIED))) 753 if (op->magic && ((QUERY_FLAG (op, FLAG_BEEN_APPLIED) && need_identify (op)) || QUERY_FLAG (op, FLAG_IDENTIFIED)))
749 buf.printf (" %+d", op->magic); 754 buf.printf (" %+d", op->magic);
750 } 755 }
751 756

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines