# HG changeset patch # User Adrianna PiƄska # Date 1282947926 -7200 # Node ID 4a9f29bae9b05bf9f9753f234c9be700f45ca9d3 # Parent 5cd61699828259423cb1d19320206f737e463ced more full stops diff -r 5cd616998282 -r 4a9f29bae9b0 gamelib/scenes/mess.py --- a/gamelib/scenes/mess.py Sat Aug 28 00:23:44 2010 +0200 +++ b/gamelib/scenes/mess.py Sat Aug 28 00:25:26 2010 +0200 @@ -26,7 +26,7 @@ # Flavour items # extra cans on shelf self.add_thing(GenericDescThing('mess.cans', 1, - "A large collection of rusted, useless cans", + "A large collection of rusted, useless cans.", ( (154, 335, 89, 106), (152, 435, 63, 66), @@ -66,7 +66,7 @@ CURSOR = CursorSprite('empty_can_cursor.png', 20, 30) def interact_with_titanium_leg(self, item, state): - return Result("Flattening the can doesn't look like a useful thing to do") + return Result("Flattening the can doesn't look like a useful thing to do.") class FullCan(BaseCan): @@ -149,7 +149,7 @@ def get_description(self): if self.get_data('status') == "blocked": - return "The broccoli seems to have become entangled with something" + return "The broccoli seems to have become entangled with something." elif self.get_data("status") == "broken": return "These broken pipes look important." else: