some spelling corrections
The pull request included some changes that were neither accidental nor unintentional, so only a subset of the changes from pull request #869 submitted by klorpa were manually applied. behaviour -> behavior speach -> speech knowlege -> knowledge incrments -> increments stethscope -> stethoscope staiway -> stairway arifact -> artifact extracing -> extracting The uses of "iff" were left alone. Close #869
This commit is contained in:
@@ -1140,7 +1140,7 @@ query_objlist(const char *qstr, /* query string */
|
||||
int
|
||||
query_category(const char *qstr, /* query string */
|
||||
struct obj *olist, /* the list to pick from */
|
||||
int qflags, /* behaviour modification flags */
|
||||
int qflags, /* behavior modification flags */
|
||||
menu_item **pick_list, /* return list of items picked */
|
||||
int how) /* type of query */
|
||||
{
|
||||
@@ -2113,12 +2113,12 @@ doloot_core(void)
|
||||
looted_mon = TRUE;
|
||||
}
|
||||
/* always use a turn when choosing a direction is impaired,
|
||||
even if you've successfully targetted a saddled creature
|
||||
even if you've successfully targeted a saddled creature
|
||||
and then answered "no" to the "remove its saddle?" prompt */
|
||||
if (Confusion || Stunned)
|
||||
timepassed = 1;
|
||||
|
||||
/* Preserve pre-3.3.1 behaviour for containers.
|
||||
/* Preserve pre-3.3.1 behavior for containers.
|
||||
* Adjust this if-block to allow container looting
|
||||
* from one square away to change that in the future.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user