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.271 by root, Sun Apr 11 23:32:10 2010 UTC vs.
Revision 1.272 by root, Thu Apr 15 02:51:39 2010 UTC

566 566
567 /* Give starting characters identified, uncursed, and undamned 567 /* Give starting characters identified, uncursed, and undamned
568 * items. Just don't identify gold or silver, or it won't be 568 * items. Just don't identify gold or silver, or it won't be
569 * merged properly. 569 * merged properly.
570 */ 570 */
571 if (need_identify (op)) 571 if (op->need_identify ())
572 { 572 {
573 op->set_flag (FLAG_IDENTIFIED); 573 op->set_flag (FLAG_IDENTIFIED);
574 op->clr_flag (FLAG_CURSED); 574 op->clr_flag (FLAG_CURSED);
575 op->clr_flag (FLAG_DAMNED); 575 op->clr_flag (FLAG_DAMNED);
576 } 576 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines