Changeset 872
- Timestamp:
- 04/30/08 23:56:10 (4 months ago)
- Files:
-
- trunk/src/melee2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/melee2.c
r849 r872 18 18 #include "angband.h" 19 19 #include "bitflag.h" 20 #include "tvals.h" 20 21 21 22 /* … … 746 747 747 748 /* Check whether summons and bolts are worth it. */ 748 if ( adult_ai_smart && !(r_ptr->flags[1] & (RF1_STUPID)))749 if (!(r_ptr->flags[1] & RF1_STUPID)) 749 750 { 750 751 /* Check for a clean bolt shot */
