Changeset 679
- Timestamp:
- 02/01/08 05:38:33 (10 months ago)
- Files:
-
- trunk/src/squelch.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/squelch.c
r677 r679 390 390 case SQUELCH_BAD: 391 391 { 392 if ((feel == INSCRIP_ BROKEN) || (feel == INSCRIP_TERRIBLE) ||392 if ((feel == INSCRIP_TERRIBLE) || 393 393 (feel == INSCRIP_WORTHLESS) || (feel == INSCRIP_CURSED)) 394 394 { … … 405 405 case SQUELCH_AVERAGE: 406 406 { 407 if ((feel == INSCRIP_ BROKEN) || (feel == INSCRIP_TERRIBLE) ||407 if ((feel == INSCRIP_TERRIBLE) || 408 408 (feel == INSCRIP_WORTHLESS) || (feel == INSCRIP_CURSED) || 409 409 (feel == INSCRIP_AVERAGE)) … … 417 417 case SQUELCH_GOOD: 418 418 { 419 if ((feel == INSCRIP_ BROKEN) || (feel == INSCRIP_TERRIBLE) ||419 if ((feel == INSCRIP_TERRIBLE) || 420 420 (feel == INSCRIP_WORTHLESS) || (feel == INSCRIP_CURSED) || 421 421 (feel == INSCRIP_AVERAGE)) … … 433 433 case SQUELCH_EXCELLENT: 434 434 { 435 if ((feel == INSCRIP_ BROKEN) || (feel == INSCRIP_TERRIBLE) ||435 if ((feel == INSCRIP_TERRIBLE) || 436 436 (feel == INSCRIP_WORTHLESS) || (feel == INSCRIP_CURSED) || 437 437 (feel == INSCRIP_AVERAGE) || (feel == INSCRIP_EXCELLENT))
