diff --git a/src/wolfgame.py b/src/wolfgame.py index 3d69c89..44bd5c5 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -6120,7 +6120,7 @@ def pony(var, wrapper, message): elif rnd < 0.88: pony = messages["pony_choices"][1] elif rnd < 0.95: - pony = messages["pony_choices"][2].format(nick=nick) + pony = messages["pony_choices"][2].format(nick=wrapper.source.nick) else: wrapper.send(messages["pony_fly"]) return