From 927954a53bd4d1322e5474fd054d3241212394c4 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 16 Feb 2011 11:45:19 +0100 Subject: added new emoticons. Closes #362 --- datasrc/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datasrc/network.py') 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"] -- cgit 1.4.1