From 54db0c8e6ff77d7b402f99900063e5d8ba2a8c8a Mon Sep 17 00:00:00 2001 From: kansaigaijin Date: Sun, 13 Jul 2025 20:49:26 +1200 Subject: [PATCH] Removed errant linebreak --- scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.py b/scene.py index 70c7d65..ab290b6 100644 --- a/scene.py +++ b/scene.py @@ -109,7 +109,7 @@ tutorial = Scene( "Enter cave | house | room - maybe... TBC\n" "Scene or Location - Replays the current area's details\n" "Look around - lists the available items in your scene without displaying the scene description.\n" - "Examine | Open | Loot *object* - Provides details of an item, opens a container, or takes an object.\n" + "Examine | Open | Loot *object* - Provides details of an item, opens a container, or takes an object." ) tutorial.add_available_item(rock, 1) tutorial.add_available_item(paper, 2)