mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +01:00
Fix [quests] HUD bug and remove Levermaniac quest
This commit is contained in:
parent
f6639708a8
commit
6220cbb027
|
@ -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)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4a93e351f3bff3219f290b98f93ae75fd6aae26b
|
Subproject commit 0de375a4ab7420d5020a3dd84e610958e79296d6
|
Loading…
Reference in New Issue
Block a user