changeset 311:3b7288064935

Revert accidentally commited tweak to the snake's tongue
author Stefano Rivera <stefano@rivera.za.net>
date Fri, 16 Sep 2011 18:38:17 +0200
parents b371c2ea309e
children 8a6ef789bd45
files mamba/snake.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/snake.py	Fri Sep 16 18:32:31 2011 +0200
+++ b/mamba/snake.py	Fri Sep 16 18:38:17 2011 +0200
@@ -302,7 +302,7 @@
 
     def shifted_tile(self):
         if random.random() < 0.02:
-            #self.mouth_open()
+            self.mouth_open()
             self.tongue_out()
         else:
             self.mouth_close()