Skip to content

Commit

Permalink
fix: added envelope to learn page
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Dec 22, 2023
1 parent 82e1011 commit fe3cc3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react_main/src/pages/Learn/LearnMafia.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ export default function LearnMafia(props) {
name: "Syringe",
text: "Can be shot once during the day to resurrect a specific player.",
},
{
name: "Envelope",
text: "Can be used at night to send an anonymous letter to another player.",
},
];

var mechanics = [
Expand Down

0 comments on commit fe3cc3b

Please sign in to comment.