This commit is contained in:
skizzerz 2014-07-17 19:29:30 -05:00
commit d84d69f66a

View File

@ -2080,6 +2080,7 @@ def transition_day(cli, gameid=0):
var.LOGGER.logBare(bodyguard, "KILLEDWHENGUARDINGWOLF")
dead.append(bodyguard)
for havetotem in havetotem.values():
if havetotem:
message.append("\u0002{0}\u0002 seem{1} to be in possession of a mysterious totem...".format(havetotem, "ed" if havetotem in dead else "s"))
cli.msg(chan, "\n".join(message))
for msg in message: