From 6220cbb0273fff16e9a4440352fc929e381ca76a Mon Sep 17 00:00:00 2001 From: Dorian Wouters Date: Sun, 22 Nov 2015 22:56:14 +0100 Subject: [PATCH] Fix [quests] HUD bug and remove Levermaniac quest --- mods/mff/mff_quests/init.lua | 3 ++- mods/quests | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/mff/mff_quests/init.lua b/mods/mff/mff_quests/init.lua index 44798adf..bbc33e00 100755 --- a/mods/mff/mff_quests/init.lua +++ b/mods/mff/mff_quests/init.lua @@ -54,6 +54,7 @@ mff.quests.quests = { } } }, + --[[ Disabled, Mesecons levers now use right click levermaniac = { title = "Levermaniac", description = "For some reason you've become obsessed with Mesecons's lever, causing you to insanely switch the levers on and off at an amazing speed.\nDoctors have diagnosed a strange brain damage, but said you'd be rewarded with a Super Apple if you can assist them in their research about the disease.\nThey simply ask you to flip a lever 5 times, but won't come to inspect and study you afterwards, which may suggest they also are brain damaged.", @@ -63,7 +64,7 @@ mff.quests.quests = { objective = { punch = {"mesecons_walllever:wall_lever"} } - } + }]] } function table.contains(table, element) diff --git a/mods/quests b/mods/quests index 4a93e351..0de375a4 160000 --- a/mods/quests +++ b/mods/quests @@ -1 +1 @@ -Subproject commit 4a93e351f3bff3219f290b98f93ae75fd6aae26b +Subproject commit 0de375a4ab7420d5020a3dd84e610958e79296d6