Öffnen der Truhe enthüllt jetzt Seil und Schwert.

This commit is contained in:
Olli Graf
2022-05-13 11:42:13 +02:00
parent 9230a418ae
commit 85d36993c1
4 changed files with 18 additions and 15 deletions

View File

@@ -40,6 +40,7 @@ class TestModule:
pcmd = self.world.parseInput('nimm Schlüssel')
self.actionmodul.nimm(pcmd)
pcmd = self.world.parseInput('öffne Truhe')
self.actionmodul.oeffne(pcmd)