Clarify vengeful ghost in !revealroles
This commit is contained in:
parent
4c14ef0021
commit
8eef082067
@ -7091,7 +7091,7 @@ if botconfig.DEBUG_MODE or botconfig.ALLOWED_NORMAL_MODE_COMMANDS:
|
|||||||
|
|
||||||
# print out vengeful ghosts, also vengeful ghosts that were driven away by 'retribution' totem
|
# print out vengeful ghosts, also vengeful ghosts that were driven away by 'retribution' totem
|
||||||
if var.VENGEFUL_GHOSTS:
|
if var.VENGEFUL_GHOSTS:
|
||||||
output.append("\u0002dead vengeful ghost\u0002: {0}".format(', '.join(["{0} ({1})".format(
|
output.append("\u0002dead vengeful ghost\u0002: {0}".format(', '.join(["{0} (against {1})".format(
|
||||||
nickname, team.replace("!", "driven away, ")) for (nickname,team) in var.VENGEFUL_GHOSTS.items()])))
|
nickname, team.replace("!", "driven away, ")) for (nickname,team) in var.VENGEFUL_GHOSTS.items()])))
|
||||||
|
|
||||||
#show bitten users + days until turning
|
#show bitten users + days until turning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user