From c0c7989c5390dd0e3e1541bcb9df2c6f2f99d22e Mon Sep 17 00:00:00 2001 From: gyorokpeter Date: Tue, 8 Jun 2021 20:19:46 +0100 Subject: [PATCH] fix spelling --- maps/journey/functions.lua | 2 +- maps/journey/main.lua | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/maps/journey/functions.lua b/maps/journey/functions.lua index af1bff0cc..02043a84d 100644 --- a/maps/journey/functions.lua +++ b/maps/journey/functions.lua @@ -495,7 +495,7 @@ function Public.mothership_world_selection(journey) if journey.mothership_speed > 4 then journey.mothership_speed = 4 end else if journey.mothership_advancing_to_world then - table.insert(journey.mothership_messages, "Aborting travling sequence.") + table.insert(journey.mothership_messages, "Aborting travelling sequence.") journey.mothership_advancing_to_world = false end journey.mothership_speed = journey.mothership_speed - 0.25 diff --git a/maps/journey/main.lua b/maps/journey/main.lua index 1e19431e5..2e09a513c 100644 --- a/maps/journey/main.lua +++ b/maps/journey/main.lua @@ -1,4 +1,4 @@ ---[[ + --[[ Journey, launch a rocket in increasingly harder getting worlds. - MewMew ]]-- @@ -81,13 +81,13 @@ local function on_init() T.text = table.concat( { - 'The selectors in the mothership, allow you to select a destination.\n', - 'Once enough players are on a selector, mothership will start traveling.\n', - 'A teleporter will be deployed, after reaching the target.\n', - 'It is however, only capable of transfering the subjects body, anything besides will be left on the ground.\n\n', + 'The selectors in the mothership allow you to select a destination.\n', + 'Once enough players are on a selector, mothership will start travelling.\n', + 'A teleporter will be deployed after reaching the target.\n', + 'It is however only capable of transferring the subject''s body, anything besides will be left on the ground.\n\n', - 'Worlds will get more difficult with each jump, adding the chosen modifiers.\n', - 'Launch a stack of uranium fuel cells via rocket cargo, to advance to the next world.\n', + 'Worlds will get more difficult with each jump, adding the chosen modifiers.\n', + 'Launch a stack of uranium fuel cells via rocket cargo to advance to the next world.\n', 'The tooltip on the top button has information about the current world.\n', 'If the journey ends, an admin can fully reset the map via command "/reset-journey".\n\n',