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

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.202 by root, Mon Oct 12 21:27:55 2009 UTC vs.
Revision 1.203 by sf-marcmagus, Thu Oct 15 16:00:38 2009 UTC

1551 return; 1551 return;
1552 } 1552 }
1553 1553
1554 if (!tmp->msg) 1554 if (!tmp->msg)
1555 { 1555 {
1556 op->failmsg (format ("You open the %s and find it empty.", &tmp->name)); 1556 op->failmsg (format ("The %s contains nothing but meaningless gibberish. H<There is nothing interesting to read here.>", &tmp->name));
1557 return; 1557 return;
1558 } 1558 }
1559 1559
1560 /* need a literacy skill to read stuff! */ 1560 /* need a literacy skill to read stuff! */
1561 skill_ob = find_skill_by_name (op, tmp->skill); 1561 skill_ob = find_skill_by_name (op, tmp->skill);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines