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

Comparing deliantra/server/common/treasure.C (file contents):
Revision 1.84 by root, Thu Jan 1 11:41:17 2009 UTC vs.
Revision 1.85 by root, Tue May 5 04:51:56 2009 UTC

996 op->value *= 5; 996 op->value *= 5;
997 set_ring_bonus (op, d); 997 set_ring_bonus (op, d);
998 } 998 }
999 } 999 }
1000 1000
1001 if (GET_ANIM_ID (op)) 1001 if (op->animation_id)
1002 SET_ANIMATION (op, rndm (NUM_ANIMATIONS (op))); 1002 op->set_anim_frame (rndm (op->anim_frames ()));
1003 1003
1004 break; 1004 break;
1005 1005
1006 case BOOK: 1006 case BOOK:
1007 /* Is it an empty book?, if yes lets make a specialĀ· 1007 /* Is it an empty book?, if yes lets make a specialĀ·

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines