Changeset 1027

Show
Ignore:
Timestamp:
11/14/08 16:55:29 (2 months ago)
Author:
takkaria
Message:

Unarmed combat should give you one blow rather than none.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/player/calcs.c

    r1005 r1027  
    588588        memset(state, 0, sizeof *state); 
    589589 
    590         /* Set speed specially */ 
     590        /* Set various defaults */ 
    591591        state->speed = 110; 
     592        state->num_blow = 1; 
    592593 
    593594 
     
    11011102                state->skills[SKILL_DIGGING] += (o_ptr->weight / 10); 
    11021103        } 
     1104 
    11031105 
    11041106        /* Assume okay */