Skip to content

Commit

Permalink
Update slangList.js (#1355)
Browse files Browse the repository at this point in the history
added resurrection slang
  • Loading branch information
Shwartz99 authored Dec 21, 2023
1 parent 341978d commit 82e1011
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions react_main/src/constants/slangList.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,11 @@ export const slangList = {
definition:
"Convert. An action which changes a player's role to another role.",
},
Resurrect: {
definition:
"Resurrect. An action which brings a player back from the dead.",
emoji: "💉",
},
Bleeding: {
definition:
"If a player is Bleeding Out, they will be killed at the start of the next night, ignoring protection, immediately after a player is condemned to the guillotine. Knives cause a player to bleed.",
Expand Down Expand Up @@ -556,3 +561,6 @@ slangList.ml = slangList.miscondemn;
slangList.coast = slangList.coasting;
slangList.kick = slangList.kicking;
slangList.rb = slangList.Block;
slangList.res = slangList.Resurrect;
slangList.raise = slangList.Resurrect;
slangList.rizz = slangList.Resurrect;

0 comments on commit 82e1011

Please sign in to comment.