OSDN Git Service

Merge pull request #41491 (taotao/hengband/fix-impure_calc_num_blow into develop).
[hengband/hengband.git] / src / game-option / auto-destruction-options.c
1 #include "game-option/auto-destruction-options.h"
2
3 bool destroy_items; /* Use easy auto-destroyer */
4 bool destroy_feeling; /* Apply auto-destroy as sense feeling */
5 bool destroy_identify; /* Apply auto-destroy as identify an item */
6 bool leave_worth; /* Auto-destroyer leaves known worthy items */
7 bool leave_equip; /* Auto-destroyer leaves weapons and armour */
8 bool leave_chest; /* Auto-destroyer leaves closed chests */
9 bool leave_wanted; /* Auto-destroyer leaves wanted corpses */
10 bool leave_corpse; /* Auto-destroyer leaves corpses and skeletons */
11 bool leave_junk; /* Auto-destroyer leaves junk */
12 bool leave_special; /* Auto-destroyer leaves items your race/class needs */