Changeset 679

Show
Ignore:
Timestamp:
02/01/08 05:38:33 (10 months ago)
Author:
takkaria
Message:

Forgot to commit this as part of [678].

Files:

Legend:

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

    r677 r679  
    390390                case SQUELCH_BAD: 
    391391                { 
    392                         if ((feel == INSCRIP_BROKEN) || (feel == INSCRIP_TERRIBLE) || 
     392                        if ((feel == INSCRIP_TERRIBLE) || 
    393393                            (feel == INSCRIP_WORTHLESS) || (feel == INSCRIP_CURSED)) 
    394394                        { 
     
    405405                case SQUELCH_AVERAGE: 
    406406                { 
    407                         if ((feel == INSCRIP_BROKEN) || (feel == INSCRIP_TERRIBLE) || 
     407                        if ((feel == INSCRIP_TERRIBLE) || 
    408408                            (feel == INSCRIP_WORTHLESS) || (feel == INSCRIP_CURSED) || 
    409409                            (feel == INSCRIP_AVERAGE)) 
     
    417417                case SQUELCH_GOOD: 
    418418                { 
    419                         if ((feel == INSCRIP_BROKEN) || (feel == INSCRIP_TERRIBLE) || 
     419                        if ((feel == INSCRIP_TERRIBLE) || 
    420420                            (feel == INSCRIP_WORTHLESS) || (feel == INSCRIP_CURSED) || 
    421421                            (feel == INSCRIP_AVERAGE)) 
     
    433433                case SQUELCH_EXCELLENT: 
    434434                { 
    435                         if ((feel == INSCRIP_BROKEN) || (feel == INSCRIP_TERRIBLE) || 
     435                        if ((feel == INSCRIP_TERRIBLE) || 
    436436                            (feel == INSCRIP_WORTHLESS) || (feel == INSCRIP_CURSED) || 
    437437                            (feel == INSCRIP_AVERAGE) || (feel == INSCRIP_EXCELLENT))