[ScryMUD] SVN Commit Info r932 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Sun Jun 10 02:10:13 PDT 2007
Author: eroper
Date: 2007-06-10 02:10:13 -0700 (Sun, 10 Jun 2007)
New Revision: 932
Modified:
trunk/mud/grrmud/server/critter.cc
Log:
Eep, please be careful and don't change the default behavior of things without
making sure it won't break things. (in ref. to critter::getDEX() changing from
default of not including modifiers)
Modified: trunk/mud/grrmud/server/critter.cc
===================================================================
--- trunk/mud/grrmud/server/critter.cc 2007-06-10 09:06:37 UTC (rev 931)
+++ trunk/mud/grrmud/server/critter.cc 2007-06-10 09:10:13 UTC (rev 932)
@@ -2367,7 +2367,7 @@
return STR+modifier;
}
-int critter::getDEX(bool include_modifiers=true) const {
+int critter::getDEX(bool include_modifiers=false) const {
int p_lrnd;
int modifier = 0;
More information about the ScryMUD
mailing list