[ScryMUD] SVN Commit Info r952 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Sun Jun 17 12:36:53 PDT 2007
Author: gingon
Date: 2007-06-17 12:36:53 -0700 (Sun, 17 Jun 2007)
New Revision: 952
Modified:
trunk/mud/grrmud/server/social2.cc
Log:
bug fix for curl. %s != %S
Modified: trunk/mud/grrmud/server/social2.cc
===================================================================
--- trunk/mud/grrmud/server/social2.cc 2007-06-17 19:20:30 UTC (rev 951)
+++ trunk/mud/grrmud/server/social2.cc 2007-06-17 19:36:53 UTC (rev 952)
@@ -3127,7 +3127,7 @@
emote(buf, pc, rm, TRUE);
}//if targ and agg is same
else {
- Sprintf(buf, "You curl up next to %s.\n",
+ Sprintf(buf, "You curl up next to %S.\n",
name_of_crit(*crit_ptr, pc.SEE_BIT));
pc.show(buf);
Sprintf(buf, "%S curls up next to you.\n",
More information about the ScryMUD
mailing list