[ScryMUD] SVN Commit Info r910 - trunk/mud/grrmud/server

scrymud at wanfear.com scrymud at wanfear.com
Sat Mar 3 18:15:39 PST 2007


Author: eroper
Date: 2007-03-03 18:15:39 -0800 (Sat, 03 Mar 2007)
New Revision: 910

Modified:
   trunk/mud/grrmud/server/commands.cc
Log:
Traveling no longer increments the PC's pause counter by the door distances
traveled. While the original intent (I assume) was to simulate the relative
distance traveled, it is perceived to be random network/server lag by players.
The players movement points are still deducted appropriately.


Modified: trunk/mud/grrmud/server/commands.cc
===================================================================
--- trunk/mud/grrmud/server/commands.cc	2007-03-04 00:37:24 UTC (rev 909)
+++ trunk/mud/grrmud/server/commands.cc	2007-03-04 02:15:39 UTC (rev 910)
@@ -3000,8 +3000,6 @@
 
 
          //         mudlog.log(DBG, "passed tests in move\n
-         if (!pc.isNoHassle())
-            pc.PAUSE += door_ptr->distance;
 
          //Sprintf(buf, "leaves %s.\n", direction);
          String dname = *(door_ptr->getDirection());




More information about the ScryMUD mailing list