summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-07-15 23:00:30 +0200
committerBardur Arantsson <bardur@scientician.net>2013-08-08 16:33:29 +0200
commita8a33056a073cb3f4213a1e845fe036dd3d53e0b (patch)
tree98c4b7ad1f4eee964a3d3058ca61437e54c35c9e /src/tables.c
parentf0fd8edb1fc36fd3dbe3b7df61da91b3daf9d4c6 (diff)
Remove the stupid_monsters option
It's always considered FALSE from now on.
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tables.c b/src/tables.c
index 2087c64e..dec13e70 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -1498,9 +1498,6 @@ option_type option_info[] =
{ &smart_cheat, FALSE, 3, 15,
"smart_cheat", "Monsters exploit players weaknesses" },
- { &stupid_monsters, FALSE, 3, 16,
- "stupid_monsters", "Monsters behave stupidly" },
-
{ &small_levels, TRUE, 3, 17,
"small_levels", "Allow unusually small dungeon levels" },