# HG changeset patch # User Stefano Rivera # Date 1283030748 -7200 # Node ID dabc9d15c18c73721d81a204e33415758a63b177 # Parent 7907cd46c206af3f984bfccb87666fe04a12107b Jim complains when you break the chair diff -r 7907cd46c206 -r dabc9d15c18c gamelib/scenes/bridge.py --- a/gamelib/scenes/bridge.py Sat Aug 28 23:23:53 2010 +0200 +++ b/gamelib/scenes/bridge.py Sat Aug 28 23:25:48 2010 +0200 @@ -242,7 +242,11 @@ self.state.current_scene.things['bridge.massagechair_base'] \ .set_data('contains_superconductor', False) self.scene.remove_thing(self) - return Result("The superconductor module unclips easily.") + return (Result("The superconductor module unclips easily."), + make_jim_dialog(("Prisoner %s. That chair you've destroyed was " + "property of the ship's captain. " + "You will surely be punished." + ) % PLAYER_ID, self.state)) class StarField(Thing):