mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed order of pickup ids
This commit is contained in:
parent
fa266334fd
commit
4fb71c1bca
|
@ -6,7 +6,7 @@ GameFlags = ["TEAMS", "FLAGS"]
|
||||||
|
|
||||||
Emoticons = [str(x) for x in xrange(1,16)]
|
Emoticons = [str(x) for x in xrange(1,16)]
|
||||||
|
|
||||||
Powerups = ["ARMOR", "HEALTH", "WEAPON", "NINJA"]
|
Powerups = ["HEALTH", "ARMOR", "WEAPON", "NINJA"]
|
||||||
|
|
||||||
RawHeader = '''
|
RawHeader = '''
|
||||||
enum
|
enum
|
||||||
|
|
Loading…
Reference in a new issue