OSDN Git Service

Merge pull request #716 from sikabane-works/release/3.0.0Alpha16
[hengbandforosx/hengbandosx.git] / src / game-option / cheat-options.cpp
1 #include "game-option/cheat-options.h"
2
3 bool cheat_peek; /* Peek into object creation */
4 bool cheat_hear; /* Peek into monster creation */
5 bool cheat_room; /* Peek into dungeon creation */
6 bool cheat_xtra; /* Peek into something else */
7 bool cheat_know; /* Know complete monster info */
8 bool cheat_live; /* Allow player to avoid death */
9 bool cheat_save; /* Ask for saving death */
10 bool cheat_diary_output; /* Detailed info to diary */
11 bool cheat_turn; /* Peek turn */
12 bool cheat_sight;