From 697ac58ef37142a8500171ab43f162ec8a131d19 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Thu, 14 Dec 2017 00:19:26 -0500 Subject: [PATCH] fix pony --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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