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

Comparing deliantra/server/common/item.C (file contents):
Revision 1.79 by root, Sun Apr 4 02:51:56 2010 UTC vs.
Revision 1.80 by root, Sun Apr 4 02:57:10 2010 UTC

1321 if (spell->subtype == SP_CHANGE_ABILITY) 1321 if (spell->subtype == SP_CHANGE_ABILITY)
1322 buf.printf ("\nH<The effect will last about %.10g seconds.>", 1322 buf.printf ("\nH<The effect will last about %.10g seconds.>",
1323 TICK2TIME (change_ability_duration (spell, this))); 1323 TICK2TIME (change_ability_duration (spell, this)));
1324 } 1324 }
1325 1325
1326 // some help text for skill tools
1327 if (type == SKILL_TOOL)
1328 buf << "\nH<This item is a skill tool: as long as you have this item applied "
1329 "you can use the " << &skill << " skill as if you had learned it.>";
1330
1326 // Display a hint about inscribable items [empty books] 1331 // Display a hint about inscribable items [empty books]
1327 // This includes the amount of text they can hold. 1332 // This includes the amount of text they can hold.
1328 if (type == INSCRIBABLE) 1333 if (type == INSCRIBABLE)
1329 { 1334 {
1330 if (other_arch && other_arch->type == SCROLL) 1335 if (other_arch && other_arch->type == SCROLL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines