home
·
contact
·
privacy
projects
/
plomrogue2
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Lengthen intoxication time for alcohol and psychedelics.
[plomrogue2]
/
plomrogue
/
errors.py
1
class ArgError(Exception):
2
pass
3
4
5
class GameError(Exception):
6
pass
7
8
9
class PlayError(Exception):
10
pass
11
12
13
class BrokenSocketConnection(Exception):
14
pass