From 82936c32458b8d8312a4fdfce8b2d8274f493872 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 7 Jun 2015 17:49:09 +0200 Subject: Remove prompt_pickup_heavy option; behave as if always set --- src/tables.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tables.cc') diff --git a/src/tables.cc b/src/tables.cc index 6796df31..19e705c3 100644 --- a/src/tables.cc +++ b/src/tables.cc @@ -1291,9 +1291,6 @@ option_type option_info[] = { &always_pickup, FALSE, 1, 5, "always_pickup", "Pick things up by default" }, - { &prompt_pickup_heavy, TRUE, 1, 6, - "prompt_pickup_heavy", "Prompt before picking up heavy objects" }, - { &always_repeat, TRUE, 1, 7, "always_repeat", "Repeat obvious commands" }, -- cgit v1.2.3