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
@@ -53,6 +53,7 @@ GLOBAL_LIST_EMPTY(loadout_whitelist_ids)
var/path //item-to-spawn path
var/cost = 1 //normally, each loadout costs a single point.
var/geargroupID //defines the ID that the gear inherits from the config
var/color_type = LOADOUT_COLOR_TYPE_NONE
//NEW DONATOR SYTSEM STUFF
var/donoritem //autoset on new if null