Changeset 204

Show
Ignore:
Timestamp:
06/21/07 20:24:43 (2 years ago)
Author:
takkaria
Message:

Commit missed changes from previous commit. (Have to stop doing this)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/changes.txt

    r202 r204  
    6767 
    6868- Amnesia (the monster attack) is now a timed effect (a la confusion), 
    69   and has a real gameplay effect: 
    70   - casting/praying and zapping rods has a 1 in 3 success rate 
    71   - reading scrolls, using staves and aiming wands has a 1 in 4 success 
    72     rate 
     69  and has makes you forget how to read scrolls/pray/cast spells one 
     70  time in two. 
    7371 
    7472  Potions of Healing, *Healing* and Life are the only three things which 
    75   will get rid of amnesia early.  It's probably not balanced right yet
     73  will get rid of amnesia early, but it goes away within a few turns
    7674 
    7775 
  • trunk/src/melee2.c

    r189 r204  
    19611961                                msg_print("You resist the effects!"); 
    19621962                        else 
    1963                                 inc_timed(TMD_AMNESIA, 25); 
     1963                                inc_timed(TMD_AMNESIA, 3); 
    19641964 
    19651965                        break;