From 3b2e208f72793dc87fd75496506ee6f65840b340 Mon Sep 17 00:00:00 2001 From: desaster Date: Fri, 20 Nov 2009 16:32:12 +0000 Subject: [PATCH] poor orly owl was missing a part of his head git-svn-id: https://kippo.googlecode.com/svn/trunk@36 951d7100-d841-11de-b865-b3884708a8e2 --- commands/dice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/dice.py b/commands/dice.py index 4b3b21c..d00f0b2 100644 --- a/commands/dice.py +++ b/commands/dice.py @@ -13,6 +13,7 @@ class command_orly(HoneyPotCommand): self.orly() def orly(self): + self.writeln(' ___ ') self.writeln(' {o,o}') self.writeln(' |)__)') self.writeln(' -"-"-')