[ScryMUD] SVN Commit Info r979 - trunk/mud/grrmud/server
svn-log at scrymud.net
svn-log at scrymud.net
Mon Mar 3 14:22:38 PST 2008
Author: kaj
Date: 2008-03-03 14:22:38 -0800 (Mon, 03 Mar 2008)
New Revision: 979
Modified:
trunk/mud/grrmud/server/socials.cc
Log:
Fixed sleep typo.
Modified: trunk/mud/grrmud/server/socials.cc
===================================================================
--- trunk/mud/grrmud/server/socials.cc 2008-03-03 22:20:02 UTC (rev 978)
+++ trunk/mud/grrmud/server/socials.cc 2008-03-03 22:22:38 UTC (rev 979)
@@ -1421,7 +1421,7 @@
critter* ptr;
if (pc.POS == POS_SLEEP) {
- Sprintf(buf,"You dance around with %s of your dreams!\n",
+ Sprintf(buf,"You dance around with the %s of your dreams!\n",
pc.SEX==SEX_MALE?"woman":
(pc.SEX==SEX_FEMALE?"man":"being of undisclosed gender"));
pc.show(buf);
More information about the ScryMUD
mailing list