[wpdev-commits] wolfpack ChangeLog,1.123,1.124 items.cpp,1.455,1.456
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-27 15:04:54
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19522 Modified Files: ChangeLog items.cpp Log Message: Decay for corpses Index: items.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/items.cpp,v retrieving revision 1.455 retrieving revision 1.456 diff -C2 -d -r1.455 -r1.456 *** items.cpp 16 Oct 2004 18:19:40 -0000 1.455 --- items.cpp 27 Oct 2004 15:04:42 -0000 1.456 *************** *** 2221,2225 **** unsigned int cItem::decayDelay() { ! if ( container_ || nodecay() || multi_ ) { return 0; --- 2221,2225 ---- unsigned int cItem::decayDelay() { ! if ( container_ || nodecay() || (!corpse() && multi_) ) { return 0; Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** ChangeLog 27 Oct 2004 14:06:50 -0000 1.123 --- ChangeLog 27 Oct 2004 15:04:41 -0000 1.124 *************** *** 7,10 **** --- 7,11 ---- - Implemented the onDoDamage event. - Stablemasters now remove the stabled pets from the follower list. + - Corpses now decay in multis too. Wolfpack 12.9.12 Beta (18. October 2004) |