Swap flying and running descriptions

master
Wuzzy 2016-11-22 01:35:47 +01:00
parent 9798eaaf06
commit 7b90d88183
1 changed files with 3 additions and 3 deletions

View File

@ -95,11 +95,11 @@ local magicbeans_w_list = {
S("Eating this bean will make your jumps much, much higher for 30 seconds. In fact, you can jump so high that you may hurt yourself when you fall down again. Use with caution. It also cancels any previous jumping effects."),
eat, },
{ S("Magic flying bean"), S("Magic flying"), "flying", 2, nil, 0.02, {"speed", "gravity"},
S("Eating a running bean will greatly increase your walking speed for 30 seconds. It also cancels out any previous walking speed effects."),
eat, },
{ S("Magic running bean"), S("Magic super speed"), "running", 3, nil, nil, {"speed"},
S("Eating a flying bean will allow you to fly for 30 seconds, after which your flight will abruptly end. Use with caution. It also cancels out any gravity and walking speed effects you have."),
S("Hold it in your hand, then leftclick to eat the bean. To initiate the flight, just jump. You will very slowly rise high in the skies and eventually sink again. Plan your flights carefully as falling down in mid-flight can be very harmful."), },
{ S("Magic running bean"), S("Magic super speed"), "running", 3, nil, nil, {"speed"},
S("Eating a running bean will greatly increase your walking speed for 30 seconds. It also cancels out any previous walking speed effects."),
eat, },
{ S("Magic beanstalk bean"), nil, "beanstalk", nil, nil, nil, nil,
S("This magic bean will grow into a giant beanstalk when planted. The beanstalk can grow up to a height of about 100 blocks, easily reaching into the clouds."),
S("Rightclick with it on dirt with grass (or any other block which allows saplings to grow) to plant it, then wait for a short while for the giant beanstalk to appear."),