Show
Ignore:
Timestamp:
07/05/08 11:20:34 (6 months ago)
Author:
takkaria
Message:

Implement the mushroom of sprinting.
Forget about making a potion of mutations.
Add a potion type for the potion of dragon breath.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/obj-make.c

    r938 r979  
    13701370bool make_object(object_type *j_ptr, int lev, bool good, bool great) 
    13711371{ 
    1372         int k_idx, i; 
     1372        int k_idx = 0; 
     1373        int i; 
    13731374        int tries = 1; 
    13741375