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

Comparing deliantra/server/common/living.C (file contents):
Revision 1.78 by root, Mon Aug 20 19:13:10 2007 UTC vs.
Revision 1.79 by root, Thu Nov 8 01:14:12 2007 UTC

1479 atnr = abil->stats.exp; 1479 atnr = abil->stats.exp;
1480 1480
1481 level = (int) (level / 5.); 1481 level = (int) (level / 5.);
1482 1482
1483 /* now set the new title */ 1483 /* now set the new title */
1484 if (pl->contr != NULL) 1484 if (pl->contr)
1485 { 1485 {
1486 if (level == 0) 1486 if (level == 0)
1487 sprintf (pl->contr->title, "%s hatchling", attacks[atnr]); 1487 sprintf (pl->contr->title, "%s hatchling", attacks[atnr]);
1488 else if (level == 1) 1488 else if (level == 1)
1489 sprintf (pl->contr->title, "%s wyrm", attacks[atnr]); 1489 sprintf (pl->contr->title, "%s wyrm", attacks[atnr]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines