Changeset 549
- Timestamp:
- 09/12/07 14:05:32 (1 year ago)
- Files:
-
- trunk/src/cmd3.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/cmd3.c
r526 r549 37 37 38 38 /* Prompt for a command */ 39 prt("(Inventory) Command: ", 0, 0); 39 prt(format("(Inventory) Burden %d.%dlb (%d%% capacity). Command: ", 40 p_ptr->total_weight / 10, p_ptr->total_weight % 10, 41 (10 * p_ptr->total_weight) / (6 * adj_str_wgt[p_ptr->stat_ind[A_STR]])), 0, 0); 40 42 41 43 /* Hack -- Get a new command */
