Changeset 898 for trunk/src/xtra3.c

Show
Ignore:
Timestamp:
05/12/08 00:21:54 (6 months ago)
Author:
takkaria
Message:

Add a temporary confusion resist.

Files:

Legend:

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

    r887 r898  
    11/* 
    22 * File: xtra3.c 
    3  * Purpose: Handles the setting up updating, and cleaning up of the various  
     3 * Purpose: Handles the setting up updating, and cleaning up of the various 
    44 *          things that are displayed by the game. 
    55 * 
     
    2424 
    2525#include "tvalsval.h" 
    26  
    2726 
    2827/*  
     
    668667        { TMD_OPP_COLD,  S("RCold"),      TERM_WHITE }, 
    669668        { TMD_OPP_POIS,  S("RPois"),      TERM_GREEN }, 
     669        { TMD_OPP_CONF,  S("RConf"),      TERM_VIOLET }, 
    670670        { TMD_AMNESIA,   S("Amnesiac"),   TERM_ORANGE }, 
    671671};