# HG changeset patch # User Adrianna PiƄska # Date 1283009227 -7200 # Node ID a95bfba3acd5a9fd2b58b184e79983d567460d8a # Parent 23f38d018998a3859d917af44b79e35528b377b7 speling diff -r 23f38d018998 -r a95bfba3acd5 gamelib/scenes/bridge.py --- a/gamelib/scenes/bridge.py Sat Aug 28 17:16:55 2010 +0200 +++ b/gamelib/scenes/bridge.py Sat Aug 28 17:27:07 2010 +0200 @@ -278,12 +278,12 @@ if self.scene.get_data('ai status') == 'online': return self.interact_default() elif self.scene.get_data('ai panel') == 'closed': - return Result("You are unable to open the panel with you bare hands") + return Result("You are unable to open the panel with your bare hands.") elif self.scene.get_data('ai panel') == 'open': self.scene.set_data('ai panel', 'broken') self.scene.set_data('ai status', 'dead') self.set_interact('broken') - return Result("You unplug various important looking wires.") + return Result("You unplug various important-looking wires.") def interact_with_machete(self, item): @@ -301,7 +301,7 @@ def interact_default(self): if self.scene.get_data('ai status') == 'online': - return (Result('You feel a shock from the panel'), + return (Result('You feel a shock from the panel.'), make_jim_dialog("Prisoner %s. Please step away from the panel. " "You are not an authorized techinican." % PLAYER_ID, self.state)) diff -r 23f38d018998 -r a95bfba3acd5 gamelib/scenes/crew_quarters.py --- a/gamelib/scenes/crew_quarters.py Sat Aug 28 17:16:55 2010 +0200 +++ b/gamelib/scenes/crew_quarters.py Sat Aug 28 17:27:07 2010 +0200 @@ -75,7 +75,7 @@ self.set_interact('empty_safe') return Result("Duct tape. It'll stick to everything except " "ducts, apparently.") - return Result("The perfactly balanced door swings frictionlessly " + return Result("The perfectly balanced door swings frictionlessly " "to and fro. What craftsmanship!") return Result("The safe is locked. This might be an interesting " "challenge, if suitable equipment can be found.") @@ -92,7 +92,7 @@ " was '1 2 3 4 5'. An idiot must keep his luggage in" " here."), make_jim_dialog("Prisoner %s, you have been observed commiting a felony violation. " - "This will go onto your permenant record, and your sentence may be extended by up to twenty years." + "This will go onto your permanent record, and your sentence may be extended by up to twenty years." % PLAYER_ID, self.state)) def get_description(self): @@ -139,7 +139,7 @@ state.add_item(helmet) state.replace_inventory_item(self.name, helmet.name) return Result("You duct tape the edges of the helmet. The seal is" - " crude, but it will serve as a workable helmet if needed") + " crude, but it will serve as a workable helmet if needed.") class FishbowlHelmet(Item): @@ -184,7 +184,7 @@ return Result("This poster will go nicely on your bedroom wall.") def get_description(self): - return "A paradoxial poster hanges below the security camera" + return "A paradoxical poster hangs below the security camera." class EscherPoster(Item): diff -r 23f38d018998 -r a95bfba3acd5 gamelib/scenes/cryo.py --- a/gamelib/scenes/cryo.py Sat Aug 28 17:16:55 2010 +0200 +++ b/gamelib/scenes/cryo.py Sat Aug 28 17:27:07 2010 +0200 @@ -94,7 +94,7 @@ self.add_thing(GenericCryoUnit(5, "A working cryo chamber. The frosted glass obscures the details of the occupant.", - "Prisoner B520-99495B8C41CE. Copyright infringment. 60 years.", + "Prisoner B520-99495B8C41CE. Copyright infringement. 60 years.", ( (340, 430, 50, 70), (330, 500, 60, 50), @@ -199,7 +199,7 @@ INITIAL = "fixed" def interact_with_machete(self, item): - return Result("These pipes carry fuild to the working cryo units." + return Result("These pipes carry fluid to the working cryo units." " Chopping them down doesn't seem sensible.") def is_interactive(self): diff -r 23f38d018998 -r a95bfba3acd5 gamelib/scenes/engine.py --- a/gamelib/scenes/engine.py Sat Aug 28 17:16:55 2010 +0200 +++ b/gamelib/scenes/engine.py Sat Aug 28 17:27:07 2010 +0200 @@ -67,7 +67,7 @@ ) )) self.add_thing(GenericDescThing('engine.empty_cans', 7, - "Empty Chocolate-Covered-Bacon Cans? Poor guy, he must have found them unresistable.", + "Empty Chocolate-Covered-Bacon Cans? Poor guy, he must have found them irresistible.", ( (562, 422, 30, 31), )