fix pony in a way that matches slightly better
This commit is contained in:
parent
697ac58ef3
commit
141bab2624
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user