more defines

This commit is contained in:
Timothy Teakettle
2020-10-15 20:05:39 +01:00
parent 5ef71fc15d
commit f337061c51
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -66,4 +66,11 @@
#define LOADOUT_LIMB_PROSTHETIC "Prosthetic"
#define LOADOUT_LIMB_AMPUTATED "Amputated"
#define LOADOUT_LIMBS list(LOADOUT_LIMB_NORMAL,LOADOUT_LIMB_PROSTHETIC,LOADOUT_LIMB_AMPUTATED) //you can amputate your legs/arms though
#define LOADOUT_LIMBS list(LOADOUT_LIMB_NORMAL,LOADOUT_LIMB_PROSTHETIC,LOADOUT_LIMB_AMPUTATED) //you can amputate your legs/arms though
//options for modifiying color of loadout items
#define LOADOUT_COLOR_TYPE_NONE "no_color"
#define LOADOUT_COLOR_TYPE_POLYCHROMIC "polychromic"
//maximum loadout slots you can have (as in, how many stored loadout sets)
#define LOADOUT_MAXIMUM_SLOTS 5