ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/c_wiz.C
(Generate patch)

Comparing deliantra/server/server/c_wiz.C (file contents):
Revision 1.40 by root, Tue Mar 6 19:02:36 2007 UTC vs.
Revision 1.41 by root, Wed Mar 14 04:12:29 2007 UTC

1124command_invisible (object *op, char *params) 1124command_invisible (object *op, char *params)
1125{ 1125{
1126 if (op) 1126 if (op)
1127 { 1127 {
1128 op->invisible += 100; 1128 op->invisible += 100;
1129 update_object (op, UP_OBJ_FACE); 1129 update_object (op, UP_OBJ_CHANGE);
1130 new_draw_info (NDI_UNIQUE, 0, op, "You turn invisible."); 1130 new_draw_info (NDI_UNIQUE, 0, op, "You turn invisible.");
1131 } 1131 }
1132 1132
1133 return 0; 1133 return 0;
1134} 1134}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines