home · contact · privacy
Fix save game corruption due to insufficient .in_inventory handling.
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass