mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
reveal role functionality, beginnings of mod transfer
This commit is contained in:
@@ -9,7 +9,8 @@ const globals = {
|
||||
PAUSE_TIMER: 'pauseTimer',
|
||||
RESUME_TIMER: 'resumeTimer',
|
||||
GET_TIME_REMAINING: 'getTimeRemaining',
|
||||
KILL_PLAYER: 'killPlayer'
|
||||
KILL_PLAYER: 'killPlayer',
|
||||
REVEAL_PLAYER: 'revealPlayer'
|
||||
},
|
||||
STATUS: {
|
||||
LOBBY: "lobby",
|
||||
@@ -20,7 +21,9 @@ const globals = {
|
||||
USER_TYPES: {
|
||||
MODERATOR: "moderator",
|
||||
PLAYER: "player",
|
||||
TEMPORARY_MODERATOR: "player / temp mod"
|
||||
TEMPORARY_MODERATOR: "player / temp mod",
|
||||
KILLED_PLAYER: "killed",
|
||||
SPECTATOR: "spectator"
|
||||
},
|
||||
ERROR_MESSAGE: {
|
||||
GAME_IS_FULL: "This game is full"
|
||||
|
||||
Reference in New Issue
Block a user