Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maps/journey/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions maps/journey/main.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--[[
--[[
Journey, launch a rocket in increasingly harder getting worlds. - MewMew
]]--

Expand Down Expand Up @@ -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',

Expand Down