# HG changeset patch # User Neil Muller # Date 1283028551 -7200 # Node ID 1470a69d91eed1bd67acc0149e01c37346444eeb # Parent 56a164e0aa3f242c40e9500bdcf8a8619d3d45b7 Vague art for pipes + taped pipes diff -r 56a164e0aa3f -r 1470a69d91ee Resources/images/mess/fixed_tubes.png Binary file Resources/images/mess/fixed_tubes.png has changed diff -r 56a164e0aa3f -r 1470a69d91ee Resources/images/mess/replaced_tubes.png Binary file Resources/images/mess/replaced_tubes.png has changed diff -r 56a164e0aa3f -r 1470a69d91ee gamelib/scenes/mess.py --- a/gamelib/scenes/mess.py Sat Aug 28 22:43:52 2010 +0200 +++ b/gamelib/scenes/mess.py Sat Aug 28 22:49:11 2010 +0200 @@ -147,7 +147,7 @@ INTERACTS = { "blocked": InteractImage(250, 130, "blocking_broccoli.png"), "broken": InteractImage(250, 183, "broken_tubes.png"), - "replaced": InteractImage(250, 183, "fixed_tubes.png"), + "replaced": InteractImage(250, 183, "replaced_tubes.png"), "fixed": InteractImage(252, 183, "fixed_tubes.png"), } @@ -193,7 +193,8 @@ self.set_interact("replaced") self.scene.set_data('life support status', 'replaced') return Result( - "The pipes slot neatly into place, but don't make an airtight seal." + "The pipes slot neatly into place, but don't make an airtight seal. " + "You think one of the pipes has cracked slightly as well." ) def interact_with_duct_tape(self, item):