changeset 293:4012d50a4674

more spelling and full stops
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 00:22:16 +0200
parents cfabc9daf76c
children 5cd616998282
files gamelib/scenes/bridge.py gamelib/scenes/mess.py
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/bridge.py	Sat Aug 28 00:19:34 2010 +0200
+++ b/gamelib/scenes/bridge.py	Sat Aug 28 00:22:16 2010 +0200
@@ -46,10 +46,10 @@
         self.add_thing(LeftLights())
         self.add_thing(RightLights())
         self.add_thing(GenericDescThing('bridge.wires', 1,
-            "The brightly coloured wires contrast with the drab walls",
+            "The brightly coloured wires contrast with the drab walls.",
             ((46, 4, 711, 143),)))
         self.add_thing(GenericDescThing('bridge.note', 2,
-            "\"Dammit JIM, I'm a doctor, not an engineer\"",
+            "\"Dammit JIM, I'm a doctor, not an engineer!\"",
             (
                 (491, 494, 194, 105),
                 (422, 533, 71, 66),
@@ -69,7 +69,7 @@
         pieces = [get_music(x, prefix='sounds') for x in self.MUSIC]
         background_playlist = PlayList(pieces, random=True, repeat=True)
         change_playlist(background_playlist)
-        return Result("The bridge is in a sorry, shabby state")
+        return Result("The bridge is in a sorry, shabby state.")
 
     def leave(self):
         change_playlist(None)
@@ -157,7 +157,7 @@
     INITIAL = 'stethoscope'
 
     def get_description(self):
-        return "A stethoscope hangs from the neck of the skeleton"
+        return "A stethoscope hangs from the neck of the skeleton."
 
     def interact_without(self):
         self.state.add_inventory_item('stethoscope')
--- a/gamelib/scenes/mess.py	Sat Aug 28 00:19:34 2010 +0200
+++ b/gamelib/scenes/mess.py	Sat Aug 28 00:22:16 2010 +0200
@@ -38,7 +38,7 @@
                 (320, 324, 229, 142),
                 )))
         self.add_thing(GenericDescThing('mess.cans', 2,
-            "Empty plastic containers. They used to hold dish washer soap",
+            "Empty plastic containers. They used to hold dishwasher soap.",
             ((565, 399, 62, 95),)))