Auto Baumhaus.

This commit is contained in:
Olli Graf
2022-05-28 09:38:56 +02:00
parent 1249bb74ec
commit 33ee761f32
3 changed files with 24 additions and 0 deletions

View File

@@ -127,6 +127,8 @@ def inputLoop(stdscr):
testmodul.testRanke()
elif debugcommand[1] == 'tal':
testmodul.testTal()
elif debugcommand[1] =='baumhaus':
testmodul.testBaumhaus()
world.fehler = ''