# HG changeset patch # User David Sharpe # Date 1378327690 -7200 # Node ID 70d696b823999d0f1cf44d52884bcf640f50721c # Parent 281c54cefe081ae0891b434dcbd00f37afddf88a Pep8 diff -r 281c54cefe08 -r 70d696b82399 nagslang/constants.py --- a/nagslang/constants.py Wed Sep 04 22:46:29 2013 +0200 +++ b/nagslang/constants.py Wed Sep 04 22:48:10 2013 +0200 @@ -34,4 +34,4 @@ WEREWOLF_SOAK_FACTOR = 10 PROTAGONIST_HEALTH_MAX_LEVEL = 100 -PROTAGONIST_HEALTH_MIN_LEVEL = 0 \ No newline at end of file +PROTAGONIST_HEALTH_MIN_LEVEL = 0 diff -r 281c54cefe08 -r 70d696b82399 nagslang/screens/area.py --- a/nagslang/screens/area.py Wed Sep 04 22:46:29 2013 +0200 +++ b/nagslang/screens/area.py Wed Sep 04 22:48:10 2013 +0200 @@ -200,4 +200,3 @@ rect = pygame.Rect(55, 505, self.protagonist.get_health_level(), 40) pygame.draw.rect(surface, health_colour, rect, 0) - \ No newline at end of file