Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions game.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ def ancient_ruins(self):
# display "You discovered ancient alien ruins with hidden technology!"
pass

def lost_colony(self):
# display "You find a lost human colony struggling to survive."
pass
def lost_colony(self):
# display "You find a lost human colony struggling to survive."
print("You find a lost human colony struggling to survive.")

def abandoned_ship(self):
print("An abandoned spaceship drifts in the void. Do you explore it?")
Expand Down