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.101 by root, Mon Jan 29 16:11:48 2007 UTC vs.
Revision 1.102 by root, Wed Feb 7 02:04:47 2007 UTC

2708 tmp->name = buf; 2708 tmp->name = buf;
2709 sprintf (buf, " This finger has been cut off %s\n" 2709 sprintf (buf, " This finger has been cut off %s\n"
2710 " the %s, when he was defeated at\n level %d by %s.\n", 2710 " the %s, when he was defeated at\n level %d by %s.\n",
2711 &op->name, op->contr->title, (int) (op->level), op->contr->killer); 2711 &op->name, op->contr->title, (int) (op->level), op->contr->killer);
2712 tmp->msg = buf; 2712 tmp->msg = buf;
2713 tmp->value = 0, tmp->material = 0, tmp->type = 0; 2713 tmp->value = 0, tmp->type = 0;
2714 tmp->materialname = NULL; 2714 tmp->materialname = "organics";
2715 tmp->insert_at (op, tmp); 2715 tmp->insert_at (op, tmp);
2716 } 2716 }
2717 2717
2718 /* teleport defeated player to new destination */ 2718 /* teleport defeated player to new destination */
2719 transfer_ob (op, x, y, 0, NULL); 2719 transfer_ob (op, x, y, 0, NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines