Update random messages (#894)

* Update random messages

Edits 2 messages, adds 1 message

* Update init.lua

Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
This commit is contained in:
_Lucy 2021-06-10 19:53:47 +02:00 committed by GitHub
parent 1831da8496
commit ecd8cbb6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,11 +52,11 @@ function random_messages.read_messages()
"Use medkits to gradually restore your health.",
"Moving or fighting while using medkits will interrupt the healing process.",
"Knights have a slight damage bonus (up to 1.5 hp) when attacking with swords.",
"Gain more score by killing more than you die, by healing teammates as a medic, or by capturing the flag.",
"Gain more score by killing enemies, healing teammates as a medic, or by capturing the flag.",
"You gain more score the better the opponent you defeat.",
"Find weapons in chests or mine and use furnaces to make stronger swords.",
"Players are immune to attack for 5 seconds after they respawn.",
"Access the pro section of the chest by achieving a 10k+ score, killing 3 people for every 2 deaths and capture the flag 10 times.",
"Access the pro section of the chest by achieving a 10k+ score, killing 3 people for every 2 deaths and capturing the flag 10 times.",
"Use team doors (steel) to stop the enemy walking into your base.",
"Craft 6 cobbles and 1 steel ingot together to make reinforced cobble.",
"Sprint by pressing the fast key (E) when you have stamina.",
@ -80,6 +80,7 @@ function random_messages.read_messages()
"Hitting your enemy does more damage than not hitting them.",
"Press right mouse button or double-tap the screen to activate scope while wielding a sniper rifle.",
"Medics can dig pillars by right clicking the base of one with their paxel.",
"Use `/help all` to see all available commands.",
}
end