OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / game-option / birth-options.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern bool manual_haggle; /* Manually haggle in stores */
6 extern bool easy_band; /* Easy Mode (*) */
7 extern bool smart_learn; /* Monsters learn from their mistakes (*) */
8 extern bool smart_cheat; /* Monsters exploit players weaknesses (*) */
9 extern bool vanilla_town; /* Use 'vanilla' town without quests and wilderness */
10 extern bool lite_town; /* Use 'lite' town without a wilderness */
11 extern bool ironman_shops; /* Stores are permanently closed (*) */
12 extern bool ironman_small_levels; /* Always create unusually small dungeon levels (*) */
13 extern bool ironman_downward; /* Disable recall and use of up stairs (*) */
14 extern bool ironman_empty_levels; /* Always create empty 'on_defeat_arena_monster' levels (*) */
15 extern bool ironman_rooms; /* Always generate very unusual rooms (*) */
16 extern bool ironman_nightmare; /* Nightmare mode(it isn't even remotely fair!)(*) */
17 extern bool left_hander; /* Left-Hander */
18 extern bool preserve_mode; /* Preserve artifacts (*) */
19 extern bool autoroller; /* Allow use of autoroller for stats (*) */
20 extern bool autochara; /* Autoroll for weight, height and social status */
21 extern bool powerup_home; /* Increase capacity of your home (*) */