From 0d5de95cfa0f4d21b4f9a4a7195cf799281e6c72 Mon Sep 17 00:00:00 2001 From: steveglumify <136387213+steveglumify@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:30:28 +1200 Subject: [PATCH] Update superstartrek.py Fixes issue #795- Ship class does not work correctly --- 84_Super_Star_Trek/python/superstartrek.py | 1 - 1 file changed, 1 deletion(-) diff --git a/84_Super_Star_Trek/python/superstartrek.py b/84_Super_Star_Trek/python/superstartrek.py index 2a86efba9..805c9d93a 100644 --- a/84_Super_Star_Trek/python/superstartrek.py +++ b/84_Super_Star_Trek/python/superstartrek.py @@ -335,7 +335,6 @@ def startup(self) -> None: " THE USS ENTERPRISE --- NCC-1701\n" "\n\n\n\n" ) - self.world = World() world = self.world print( "YOUR ORDERS ARE AS FOLLOWS:\n"