[ScryMUD] SVN Commit Info r691 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Fri Jul 23 02:35:41 PDT 2004
Author: eroper
Date: 2004-07-23 02:35:41 -0700 (Fri, 23 Jul 2004)
New Revision: 691
Modified:
trunk/mud/grrmud/server/wep_skll.cc
Log:
Added missing newline in a particularly annoying circle message.
Modified: trunk/mud/grrmud/server/wep_skll.cc
===================================================================
--- trunk/mud/grrmud/server/wep_skll.cc 2004-07-23 09:31:08 UTC (rev 690)
+++ trunk/mud/grrmud/server/wep_skll.cc 2004-07-23 09:35:41 UTC (rev 691)
@@ -143,7 +143,7 @@
Sprintf(buf, "circles and places %S in %S's back.",
weap_name, name_of_crit(vict, ~0));
emote(buf, pc, ROOM, TRUE, &vict);
- Sprintf(buf, "You circle and place %S in %S's back.",
+ Sprintf(buf, "You circle and place %S in %S's back.\n",
weap_name, name_of_crit(vict, pc.SEE_BIT));
show(buf, pc);
}//else
More information about the ScryMUD
mailing list