Add ability to switch weapons with number keys.

This commit is contained in:
Storm Dragon
2025-09-07 12:11:52 -04:00
parent 2bc27c0e28
commit cf3f27d9b8
20 changed files with 73 additions and 0 deletions

View File

@@ -291,3 +291,4 @@ class SaveManager:
def has_saves(self):
"""Check if any save files exist"""
return len(self.get_save_files()) > 0