summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
commit7137a17f77fd3b6c3bbcefa2d621b3a11f161679 (patch)
treed76a6e842933cfb0d53402c45afb120d4c520d2e /src/variable.cc
parent7f7462188e2a213518acc979e3698746f098d7ab (diff)
Remove monster memory
Instead of having monster memory, the player automatically knows everything about all monsters from the start.
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 6fa38470..524766ea 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -175,7 +175,6 @@ bool_ cheat_peek; /* Peek into object creation */
bool_ cheat_hear; /* Peek into monster creation */
bool_ cheat_room; /* Peek into dungeon creation */
bool_ cheat_xtra; /* Peek into something else */
-bool_ cheat_know; /* Know complete monster info */
bool_ cheat_live; /* Allow player to avoid death */