mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-11 20:30:22 +02:00
Fix [quests] HUD bug and remove Levermaniac quest
This commit is contained in:
@ -54,6 +54,7 @@ mff.quests.quests = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
--[[ Disabled, Mesecons levers now use right click
|
||||||
levermaniac = {
|
levermaniac = {
|
||||||
title = "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.",
|
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 = {
|
objective = {
|
||||||
punch = {"mesecons_walllever:wall_lever"}
|
punch = {"mesecons_walllever:wall_lever"}
|
||||||
}
|
}
|
||||||
}
|
}]]
|
||||||
}
|
}
|
||||||
|
|
||||||
function table.contains(table, element)
|
function table.contains(table, element)
|
||||||
|
Submodule mods/quests updated: 4a93e351f3...0de375a4ab
Reference in New Issue
Block a user