- Timestamp:
- 11/14/08 17:11:32 (2 months ago)
- Files:
-
- trunk/src/object/obj-info.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/object/obj-info.c
r1000 r1028 375 375 376 376 dam = ((o_ptr->ds + 1) * o_ptr->dd * 5); 377 xtra_dam = state.dis_to_d* 10;377 xtra_dam = (state.dis_to_d + o_ptr->to_d) * 10; 378 378 379 379 /* Warn about heavy weapons */ … … 488 488 text_out(" light. No fuel required"); 489 489 else if (is_lite && o_ptr->sval == SV_LITE_TORCH) 490 text_out(" light, reduced when running o f outfuel");490 text_out(" light, reduced when running out of fuel"); 491 491 else 492 492 text_out (" light");
