fix pony in a way that matches slightly better

This commit is contained in:
jacob1 2017-12-14 00:20:48 -05:00
parent 697ac58ef3
commit 141bab2624

View File

@ -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=wrapper.source.nick)
pony = messages["pony_choices"][2].format(nick=wrapper.source)
else:
wrapper.send(messages["pony_fly"])
return