Skip to content

Commit

Permalink
edit wiki articles
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSammyM committed Dec 2, 2023
1 parent 49c2f80 commit 723b247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions client/src/components/WikiSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@ export default class WikiSearch extends React.Component<WikiSearchProps, WikiSea
for(let role in ROLES){

if(getFactionAlignmentFromRole(role as Role) === alignment){
articleText+=translateRoleOutline({
type: "exact",
role: role as Role,
})+"\n";
articleText+=translate("role."+role+".name")+"\n";
}
}
}
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 @@ -475,7 +475,7 @@

"wiki.entry.role.escort.title": "Escort",
"wiki.entry.role.escort.abilities":"* Target a player to roleblock them",
"wiki.entry.role.escort.attributes":"* Roleblocking a player prevents them from using parts of their ability",
"wiki.entry.role.escort.attributes":"* Roleblocking a player prevents them from using most parts of their ability\n* Some roles are immune to roleblocks\n* The player will know that someone tried to roleblock them",

"wiki.entry.role.medium.title": "Medium",
"wiki.entry.role.medium.abilities":"* You can talk with the dead during the night\n* After you died, you can seance a living player twice",
Expand Down Expand Up @@ -503,7 +503,7 @@

"wiki.entry.role.consort.title": "Consort",
"wiki.entry.role.consort.abilities":"* Target a player to roleblock them",
"wiki.entry.role.consort.attributes":"* Roleblocking a player prevents them from using parts of their ability",
"wiki.entry.role.consort.attributes":"* Roleblocking a player prevents them from using most parts of their ability\n* Some roles are immune to roleblocks\n* The player will know that someone tried to roleblock them",

"wiki.entry.role.blackmailer.title": "Blackmailer",
"wiki.entry.role.blackmailer.abilities":"* Blackmail a player to silence them for the next day",
Expand Down

1 comment on commit 723b247

@vercel
Copy link

@vercel vercel bot commented on 723b247 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.vercel.app
mafia-game-git-00x-main-itssammym.vercel.app

Please sign in to comment.