Add investigate as alias for id for investigator
This commit is contained in:
parent
00291a9a85
commit
35f3fd67cc
@ -16,7 +16,7 @@ from src.events import Event
|
|||||||
|
|
||||||
INVESTIGATED = UserSet()
|
INVESTIGATED = UserSet()
|
||||||
|
|
||||||
@command("id", chan=False, pm=True, playing=True, silenced=True, phases=("day",), roles=("investigator",))
|
@command("id", "investigate", chan=False, pm=True, playing=True, silenced=True, phases=("day",), roles=("investigator",))
|
||||||
def investigate(var, wrapper, message):
|
def investigate(var, wrapper, message):
|
||||||
"""Investigate two players to determine their relationship to each other."""
|
"""Investigate two players to determine their relationship to each other."""
|
||||||
if wrapper.source in INVESTIGATED:
|
if wrapper.source in INVESTIGATED:
|
||||||
|
Loading…
Reference in New Issue
Block a user