Auto Baumhaus.
This commit is contained in:
@@ -237,6 +237,27 @@ class TestModule:
|
||||
self.ac.ost()
|
||||
self.schrittzaehler += 1
|
||||
|
||||
# Tal
|
||||
self.ac.sued()
|
||||
self.schrittzaehler += 1
|
||||
|
||||
def testBaumhaus(self):
|
||||
self.testTal()
|
||||
|
||||
# Baum
|
||||
self.ac.sued()
|
||||
self.schrittzaehler += 1
|
||||
pcmd = self.parseInput('wirf Seil')
|
||||
self.ac.wirf(pcmd)
|
||||
self.schrittzaehler += 1
|
||||
|
||||
# Baumhaus
|
||||
self.ac.rauf()
|
||||
self.schrittzaehler += 1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
tomb.py
2
tomb.py
@@ -127,6 +127,8 @@ def inputLoop(stdscr):
|
||||
testmodul.testRanke()
|
||||
elif debugcommand[1] == 'tal':
|
||||
testmodul.testTal()
|
||||
elif debugcommand[1] =='baumhaus':
|
||||
testmodul.testBaumhaus()
|
||||
|
||||
world.fehler = ''
|
||||
|
||||
|
Reference in New Issue
Block a user