Skip to content

Commit d6dd522

Browse files
committed
change links
1 parent 723b247 commit d6dd522

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

client/src/menu/main/StartMenu.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ export default class StartMenu extends React.Component<StartMenuProps, StartMenu
5858
<footer>
5959
<nav>
6060
<ul>
61-
<li><a href="https://www.github.com/ItsSammyM/mafia-rust/issues">Issues</a></li>
62-
<li><a href="https://www.github.com/ItsSammyM/mafia-rust">Source</a></li>
61+
<li><a href="https://www.github.com/ItsSammyM/mafia-rust">Github</a></li>
62+
<li><a href="https://mafia-game-old.vercel.app/">Old Game</a></li>
63+
<li><a href="https://netgames.io/games/">Net Games</a></li>
64+
6365
</ul>
6466
</nav>
6567
</footer>

client/src/resources/lang/en_us.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,15 +531,15 @@
531531

532532
"wiki.entry.role.jester.title": "Jester",
533533
"wiki.entry.role.jester.abilities":"* Get lynched to win\n* After you are lynched, you can haunt a player who didn't vote innocent",
534-
"wiki.entry.role.jester.attributes":"* If you haunt nobody, you will haunt a random player\n* You get basic defense on night one\n* Haunting is an unstoppable astral attack",
534+
"wiki.entry.role.jester.attributes":"* If dont choose to haunt somebody on the night you win, you will haunt a random player\n* You get basic defense on night one\n* Haunting is an unstoppable astral attack",
535535

536536
"wiki.entry.role.executioner.title": "Executioner",
537537
"wiki.entry.role.executioner.abilities":"* Get your target lynched to win\n* If your target dies by something other than lynching, you will be converted to a jester",
538538
"wiki.entry.role.executioner.attributes":"* After you win you will commit suicide\n* Your target will always be a townie, but never town power, or town killing",
539539

540540
"wiki.entry.role.doomsayer.title": "Doomsayer",
541541
"wiki.entry.role.doomsayer.abilities":"* Guess the role of three living players in one night, killing them and winning the game",
542-
"wiki.entry.role.doomsayer.attributes":"* When you win, you will commit suicide using an unstoppable attack\n* You have to guess the exact role of townies, but just the faction of all other roles\n* You can not try to guess town investigative roles\n* If there are not enough players left for you to guess and win the game, you will convert to a jester\n* You do not visit, so the transporter doesn't effect your attack\n* Your attack is unstoppable",
542+
"wiki.entry.role.doomsayer.attributes":"* When you win, you will commit suicide using an unstoppable attack\n* You have to guess the exact role of townies, but just the faction of all other roles\n* You can not try to guess town investigative roles\n* If there are not enough players left for you to guess and win the game, you will convert to a jester\n* You do not visit\n* Your attack is unstoppable",
543543

544544
"wiki.entry.role.vampire.title": "Vampire",
545545
"wiki.entry.role.vampire.abilities":"* Bite a player to convert them to a vampire",

0 commit comments

Comments
 (0)