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

Comparing deliantra/server/server/skills.C (file contents):
Revision 1.54 by root, Wed May 7 23:25:58 2008 UTC vs.
Revision 1.55 by root, Thu May 22 15:37:44 2008 UTC

1218 * ordinary inscribable 'books' (anything that is not a SPELL). b.t. 1218 * ordinary inscribable 'books' (anything that is not a SPELL). b.t.
1219 */ 1219 */
1220static int 1220static int
1221write_note (object *pl, object *item, const char *msg, object *skill) 1221write_note (object *pl, object *item, const char *msg, object *skill)
1222{ 1222{
1223
1224 if (strstr (msg, "\nendmsg")) 1223 if (strstr (msg, "\nendmsg"))
1225 { 1224 {
1226 new_draw_info (NDI_UNIQUE, 0, pl, "Trying to cheat now are we?"); 1225 new_draw_info (NDI_UNIQUE, 0, pl, "Trying to cheat now are we?");
1227 return 0; 1226 return 0;
1228 } 1227 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines