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

Comparing deliantra/server/server/rune.C (file contents):
Revision 1.21 by root, Sun Mar 11 02:12:45 2007 UTC vs.
Revision 1.22 by root, Wed Mar 14 04:12:29 2007 UTC

194 } 194 }
195 else 195 else
196 op->invisible = 1; 196 op->invisible = 1;
197 197
198 if (op->invisible != det) 198 if (op->invisible != det)
199 update_object (op, UP_OBJ_FACE); 199 update_object (op, UP_OBJ_CHANGE);
200} 200}
201
202 201
203/* peterm: rune_attack 202/* peterm: rune_attack
204 * function handles those runes which detonate but do not cast spells. 203 * function handles those runes which detonate but do not cast spells.
205 */ 204 */
206
207
208void 205void
209rune_attack (object *op, object *victim) 206rune_attack (object *op, object *victim)
210{ 207{
211 if (victim) 208 if (victim)
212 { 209 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines