[ScryMUD] SVN Commit Info r861 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Wed Feb 7 22:22:31 PST 2007
Author: eroper
Date: 2007-02-07 22:22:30 -0800 (Wed, 07 Feb 2007)
New Revision: 861
Modified:
trunk/mud/grrmud/server/misc2.cc
Log:
Spelling: chic => chick
Modified: trunk/mud/grrmud/server/misc2.cc
===================================================================
--- trunk/mud/grrmud/server/misc2.cc 2007-02-06 04:03:06 UTC (rev 860)
+++ trunk/mud/grrmud/server/misc2.cc 2007-02-08 06:22:30 UTC (rev 861)
@@ -833,7 +833,7 @@
const char* get_dude_chic(critter& pc) {
if (pc.SEX == 0)
- return "chic";
+ return "chick";
else if (pc.SEX == 1)
return "dude";
else return "being";
More information about the ScryMUD
mailing list