[ScryMUD] SVN Commit Info r913 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Sun Mar 4 01:08:01 PST 2007
Author: eroper
Date: 2007-03-04 01:08:00 -0800 (Sun, 04 Mar 2007)
New Revision: 913
Modified:
trunk/mud/grrmud/server/command2.cc
Log:
Added the players alignment to the output of "score".
Modified: trunk/mud/grrmud/server/command2.cc
===================================================================
--- trunk/mud/grrmud/server/command2.cc 2007-03-04 03:14:22 UTC (rev 912)
+++ trunk/mud/grrmud/server/command2.cc 2007-03-04 09:08:00 UTC (rev 913)
@@ -192,7 +192,8 @@
<< " of level " << "^C" << pc.getLevel()
<< "^c" << "." << endl;
- buf << endl
+ buf << "^c" << "Your alignment is "
+ << "^C" << pc.getAlignment() << "^c" << "." << endl
<< "^c" << "You are carrying "
<< "^C" << pc.getCurWeight() << "^c" << "lbs of your "
<< "^C" << pc.getMaxWeight() << "^c" << "lb carry capacity." << endl
More information about the ScryMUD
mailing list