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

scrymud at wanfear.com scrymud at wanfear.com
Mon Jan 29 18:07:25 PST 2007


Author: kaj
Date: 2007-01-29 18:07:24 -0800 (Mon, 29 Jan 2007)
New Revision: 852

Modified:
   trunk/mud/grrmud/server/socials.cc
Log:
You can now 'smile' at someone while resting

Modified: trunk/mud/grrmud/server/socials.cc
===================================================================
--- trunk/mud/grrmud/server/socials.cc	2006-07-28 20:30:26 UTC (rev 851)
+++ trunk/mud/grrmud/server/socials.cc	2007-01-30 02:07:24 UTC (rev 852)
@@ -1325,7 +1325,7 @@
 
       if (!crit_ptr)
          show(DONT_SEE_PERSON, pc);
-      else if (pc.POS > POS_SIT)
+      else if (pc.POS > POS_REST)
          show(NOT_IN_POSN, pc);
       else if (crit_ptr == &pc) {
          show("You smile happily to yourself.\n", pc);




More information about the ScryMUD mailing list