# HG changeset patch # User David Sharpe # Date 1378328744 -7200 # Node ID cb391935791f2cae9ad1b3c52107d46186a682ba # Parent b86a88ed87a1c599388dc2b52c000c9ba2ed4919 Stuff. diff -r b86a88ed87a1 -r cb391935791f nagslang/protagonist.py --- 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):