comparison gamelib/tests/test_walkthrough.py @ 724:11daadcb06d6 pyntnclick

We can now walk through until we hit the first JimLabel
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 15 Jan 2013 21:54:10 +0200
parents 49b6a3d31ee7
children 657b4da736bc
comparison
equal deleted inserted replaced
723:4203fbf11b86 724:11daadcb06d6
25 25
26 # Get the titanium leg. 26 # Get the titanium leg.
27 self.interact_thing('cryo.unit.1') 27 self.interact_thing('cryo.unit.1')
28 self.assert_current_detail('cryo_detail') 28 self.assert_current_detail('cryo_detail')
29 self.assert_detail_thing('cryo.titanium_leg') 29 self.assert_detail_thing('cryo.titanium_leg')
30 self.interact_thing('cryo.titanium_leg') 30 self.interact_thing('cryo.titanium_leg', detail='cryo_detail')
31 self.assert_detail_thing('cryo.titanium_leg', False) 31 self.assert_detail_thing('cryo.titanium_leg', False)
32 self.assert_inventory_item('titanium_leg') 32 self.assert_inventory_item('titanium_leg')
33 self.close_detail() 33 self.close_detail()
34 34
35 # Open the door the rest of the way. 35 # Open the door the rest of the way.