From b0eb19b7a0750759d429c78845888e88de517352 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:12:00 +0100 Subject: Remove smart_cheat option Behave as if always FALSE. --- src/variable.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index ab941525..f5fdefe0 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -221,7 +221,6 @@ bool_ dungeon_stair; /* Generate dungeons with connected stairs */ bool_ flow_by_sound; /* Monsters track new player location */ bool_ smart_learn; /* Monsters learn from their mistakes */ -bool_ smart_cheat; /* Monsters exploit player weaknesses */ /* Option Set 4 -- Efficiency */ -- cgit v1.2.3