Volles Wchstum der Bohnenranke, die Spitze ist erreichbar.
This commit is contained in:
4
tomb.py
4
tomb.py
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
# Hauptprogramm - Eingabeschleife und Dispatching
|
||||
|
||||
import World
|
||||
import ActionModul
|
||||
import TestModule
|
||||
@@ -116,6 +118,8 @@ def inputLoop(stdscr):
|
||||
testmodul.testOeffneTruhe()
|
||||
elif debugcommand[1] == 'teich':
|
||||
testmodul.testTeich()
|
||||
elif debugcommand[1] == 'ranke':
|
||||
testmodul.testRanke()
|
||||
|
||||
|
||||
else:
|
||||
|
Reference in New Issue
Block a user