Skip to content

Commit

Permalink
change links
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSammyM committed Dec 2, 2023
1 parent 723b247 commit d6dd522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions client/src/menu/main/StartMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ export default class StartMenu extends React.Component<StartMenuProps, StartMenu
<footer>
<nav>
<ul>
<li><a href="https://www.github.com/ItsSammyM/mafia-rust/issues">Issues</a></li>
<li><a href="https://www.github.com/ItsSammyM/mafia-rust">Source</a></li>
<li><a href="https://www.github.com/ItsSammyM/mafia-rust">Github</a></li>
<li><a href="https://mafia-game-old.vercel.app/">Old Game</a></li>
<li><a href="https://netgames.io/games/">Net Games</a></li>

</ul>
</nav>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions client/src/resources/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,15 +531,15 @@

"wiki.entry.role.jester.title": "Jester",
"wiki.entry.role.jester.abilities":"* Get lynched to win\n* After you are lynched, you can haunt a player who didn't vote innocent",
"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",
"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",

"wiki.entry.role.executioner.title": "Executioner",
"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",
"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",

"wiki.entry.role.doomsayer.title": "Doomsayer",
"wiki.entry.role.doomsayer.abilities":"* Guess the role of three living players in one night, killing them and winning the game",
"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",
"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",

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

1 comment on commit d6dd522

@vercel
Copy link

@vercel vercel bot commented on d6dd522 Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mafia-game – ./

mafia-game-itssammym.vercel.app
mafia-game-git-00x-main-itssammym.vercel.app
mafia-game.vercel.app

Please sign in to comment.