[ScryMUD] SVN Commit Info r867 - trunk/mud/grrmud/server

scrymud at wanfear.com scrymud at wanfear.com
Fri Feb 9 14:24:28 PST 2007


Author: eroper
Date: 2007-02-09 14:24:28 -0800 (Fri, 09 Feb 2007)
New Revision: 867

Modified:
   trunk/mud/grrmud/server/command5.cc
Log:
"visible" should have set vis_bit to 1024, not 0.


Modified: trunk/mud/grrmud/server/command5.cc
===================================================================
--- trunk/mud/grrmud/server/command5.cc	2007-02-09 04:35:23 UTC (rev 866)
+++ trunk/mud/grrmud/server/command5.cc	2007-02-09 22:24:28 UTC (rev 867)
@@ -3394,7 +3394,7 @@
    making themselves visible */
 int visible(critter& pc) {
    if (pc.pc && pc.pc->imm_data) {
-      pc.VIS_BIT = 0;
+      pc.VIS_BIT = 1024;
       emote("fades into sight.", pc, ROOM, TRUE);
       show("Your corporal form rejoins the living world.\n", pc);
       return 0;




More information about the ScryMUD mailing list