[ScryMUD]CVS Commit Info
scrymud at gentoo.wanfear.com
scrymud at gentoo.wanfear.com
Wed May 7 17:30:01 PDT 2003
uid=1001(eroper) gid=1001(eroper) groups=1001(eroper),10(wheel),16(cron),100(users),160(suckdev),901(scrydev)
ScryMUD/mud/grrmud/server battle.cc,1.54,1.55 critter.cc,1.76,1.77 critter.h,1.62,1.63 spells.cc,1.27,1.28
Wed May 7 17:25:17 PDT 2003
Update of /home/cvs/scry/ScryMUD/mud/grrmud/server
In directory gentoo.wanfear.com.:/tmp/cvs-serv27070
Modified Files:
battle.cc critter.cc critter.h spells.cc
Log Message:
learning things like wrestling at 1% will no longer permanently affect pc's
stats. Instead new methods Critter::getDEX/getDAM/etc. have been added. These
methods take an optional parameter (TRUE/FALSE) to include skill bonuses to
the returned value. The default is NOT to include spell bonuses. This will
allow higher %lrnd to have greater benefits. This will also allow us to tweak
the amount of change skills give w/o borking stats in Pfiles.
I need to finish adding these methods for all the stats, and we need to
deprecate using anything but Critter::get* methods everywhere else. i.e. stop
using things like pc.DAM which is a #define.
Along with this I updated these references for some of the stats in battle.cc
--Khaav
More information about the ScryMUD
mailing list