diff options
| author | oy <Tom_Adams@web.de> | 2011-02-16 11:45:19 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-16 11:45:19 +0100 |
| commit | 927954a53bd4d1322e5474fd054d3241212394c4 (patch) | |
| tree | f99bbd6ff481c62ca29c4f3f6b85ffc8c36747be /datasrc/network.py | |
| parent | b59c710ebac43c5d1aa126aa7f1eb49e9c942ac0 (diff) | |
| download | zcatch-927954a53bd4d1322e5474fd054d3241212394c4.tar.gz zcatch-927954a53bd4d1322e5474fd054d3241212394c4.zip | |
added new emoticons. Closes #362
Diffstat (limited to 'datasrc/network.py')
| -rw-r--r-- | datasrc/network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datasrc/network.py b/datasrc/network.py index 656a1d84..c80adc57 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -4,7 +4,7 @@ Emotes = ["NORMAL", "PAIN", "HAPPY", "SURPRISE", "ANGRY", "BLINK"] PlayerStates = ["UNKNOWN", "PLAYING", "IN_MENU", "CHATTING"] GameFlags = ["TEAMS", "FLAGS"] -Emoticons = [str(x) for x in range(1,16)] +Emoticons = [str(x) for x in range(0,16)] Powerups = ["HEALTH", "ARMOR", "WEAPON", "NINJA"] |