This repository has been archived on 2026-06-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
The-Adventure-Game/classes/MapObject/Home.py
T

8 lines
108 B
Python

class Home:
def __init__(self):
self.items = []
def look_into_mirror(self, player):
return ""