home · contact · privacy
Add dancing task/action.
[plomrogue2] / plomrogue / things.py
index dbec52f57a329b826d1300642b08c378e3973165..c538a235d8c4a7d301800563022470b3a41638c7 100644 (file)
@@ -678,7 +678,7 @@ class Thing_Player(ThingAnimate):
         if 1000000 * random.random() < self.energy:
             self.send_msg('CHAT "Your body tries to '
                           'dance off its energy surplus."')
-            self.dancing = 50
+            self.dancing += 50
             self.game.changed = True
 
     def send_msg(self, msg):