changeset 249:cb391935791f

Stuff.
author David Sharpe
date Wed, 04 Sep 2013 23:05:44 +0200
parents b86a88ed87a1
children d9a54f152ac3
files nagslang/protagonist.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nagslang/protagonist.py	Wed Sep 04 22:48:47 2013 +0200
+++ b/nagslang/protagonist.py	Wed Sep 04 23:05:44 2013 +0200
@@ -235,6 +235,8 @@
         self.physicser.apply_impulse((dx, dy))
 
     def get_health_level(self):
+        """Return current health level
+        """
         return self.health_level
 
     def lose_health(self, amount):