Add mention of furnaces to random messages and help
This commit is contained in:
parent
ed942984f5
commit
34969ec7d2
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ local items = {
|
||||||
"",
|
"",
|
||||||
"* Capture an enemy's flag by walking up to it, punching it, then",
|
"* Capture an enemy's flag by walking up to it, punching it, then",
|
||||||
" running and punching your team's flag.",
|
" running and punching your team's flag.",
|
||||||
"* Look for weapons and other resources in chests.",
|
"* Look for weapons and other resources in chests, or mine and use furnaces to make swords.",
|
||||||
"* Good swords do more damage than guns, but need to be used at close range.",
|
"* Good swords do more damage than guns, but need to be used at close range.",
|
||||||
"* Use apples to replenish health quickly.",
|
"* Use apples to replenish health quickly.",
|
||||||
"* Gain more score by killing more than you die, or by capturing the flag.",
|
"* Gain more score by killing more than you die, or by capturing the flag.",
|
||||||
|
|
|
@ -52,6 +52,7 @@ function random_messages.read_messages()
|
||||||
"Steel swords do more damage than guns, but you need to be up close.",
|
"Steel swords do more damage than guns, but you need to be up close.",
|
||||||
"Gain more score by killing more than you die, or by capturing the flag.",
|
"Gain more score by killing more than you die, or by capturing the flag.",
|
||||||
"You gain more score the better the opponent you defeat.",
|
"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 15 seconds after they respawn.",
|
"Players are immune to attack for 15 seconds after they respawn.",
|
||||||
"Access the pro section of the chest by achieving a 1k+ score and killing 2 people for every death.",
|
"Access the pro section of the chest by achieving a 1k+ score and killing 2 people for every death.",
|
||||||
"Use team doors (steel) to stop the enemy walking into your base.",
|
"Use team doors (steel) to stop the enemy walking into your base.",
|
||||||
|
|
Loading…
Reference in a new issue