Chore(log)

This commit is contained in:
Félix MARQUET
2025-04-10 20:38:15 +00:00
parent 654e9c66e7
commit 7fdb94efd0

View File

@@ -55,7 +55,6 @@ class Exit(Entity):
Args:
boss: The boss entity to check defeat status with
"""
print("Setting boss for exit")
self.boss = boss
self.locked = True