changeset 295:4a9f29bae9b0

more full stops
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 00:25:26 +0200
parents 5cd616998282
children 86e3d5dd7fa6
files gamelib/scenes/mess.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: