mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 15:50:20 -08:00
Update superstartrek.py
Fixes issue #795- Ship class does not work correctly
This commit is contained in:
@@ -335,7 +335,6 @@ class Game:
|
||||
" THE USS ENTERPRISE --- NCC-1701\n"
|
||||
"\n\n\n\n"
|
||||
)
|
||||
self.world = World()
|
||||
world = self.world
|
||||
print(
|
||||
"YOUR ORDERS ARE AS FOLLOWS:\n"
|
||||
|
||||
Reference in New Issue
Block a user