Merge pull request #3325 from InspectorCaracal/patch-12

Fix typo in tutorial
This commit is contained in:
Griatch 2023-11-18 13:47:13 +01:00 committed by GitHub
commit d64c75d03f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ When the `.send_echo` method is called, it will use `random.random()` to check i
Here's how you'd use this room in-game: Here's how you'd use this room in-game:
> dig market:evadventure.EchoingRoom = market,back > dig market:evadventure.rooms.EchoingRoom = market,back
> market > market
> set here/echoes = ["You hear a merchant shouting", "You hear the clatter of coins"] > set here/echoes = ["You hear a merchant shouting", "You hear the clatter of coins"]
> py here.start_echo() > py here.start_echo()