summaryrefslogtreecommitdiff
path: root/src/tables.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commitb0eb19b7a0750759d429c78845888e88de517352 (patch)
tree1dbe23807f5e9e9a4408afdc6dd234fe1da7e53c /src/tables.cc
parent56097f144062c8b6ec894020fc7cf31b8516816d (diff)
Remove smart_cheat option
Behave as if always FALSE.
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tables.cc b/src/tables.cc
index 2228f813..16abe9b1 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -1475,9 +1475,6 @@ option_type option_info[] =
{ &smart_learn, FALSE, 3, 14,
"smart_learn", "Monsters learn from their mistakes" },
- { &smart_cheat, FALSE, 3, 15,
- "smart_cheat", "Monsters exploit players weaknesses" },
-
{ &small_levels, TRUE, 3, 17,
"small_levels", "Allow unusually small dungeon levels" },