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

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.64 by root, Mon Sep 22 01:33:10 2008 UTC vs.
Revision 1.65 by root, Mon Sep 22 05:45:55 2008 UTC

714 cp = determine_god (op); 714 cp = determine_god (op);
715 msg << "You worship " << (cp ? cp : "no god at current time") << ".\r"; 715 msg << "You worship " << (cp ? cp : "no god at current time") << ".\r";
716 716
717 msg << "Your equipped item power is " << (int)op->contr->item_power 717 msg << "Your equipped item power is " << (int)op->contr->item_power
718 << " out of " << int (op->level * settings.item_power_factor) 718 << " out of " << int (op->level * settings.item_power_factor)
719 << "\n"; 719 << ".\n";
720 720
721 op->contr->infobox (MSG_CHANNEL ("skills"), msg); 721 op->contr->infobox (MSG_CHANNEL ("skills"), msg);
722} 722}
723 723
724/* use_skill() - similar to invoke command, it executes the skill in the 724/* use_skill() - similar to invoke command, it executes the skill in the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines