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

scrymud at wanfear.com scrymud at wanfear.com
Fri Jul 21 11:53:46 PDT 2006


Author: eroper
Date: 2006-07-21 11:53:45 -0700 (Fri, 21 Jul 2006)
New Revision: 849

Modified:
   trunk/mud/grrmud/server/socials.cc
Log:
You may now "greet" someone while resting.


Modified: trunk/mud/grrmud/server/socials.cc
===================================================================
--- trunk/mud/grrmud/server/socials.cc	2006-07-13 19:28:27 UTC (rev 848)
+++ trunk/mud/grrmud/server/socials.cc	2006-07-21 18:53:45 UTC (rev 849)
@@ -503,7 +503,7 @@
       
       if (!crit_ptr) 
          show("You don't see that person.\n", pc);
-      else if (pc.POS > POS_SIT)
+      else if (pc.POS > POS_REST)
          show("You are not in a position to do that.\n", pc);
       else if (crit_ptr == &pc) {
          show("You wave hello to yourself.  Lonely?\n", pc);




More information about the ScryMUD mailing list