Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* фикс лодаута алхимика

* выфывф
  • Loading branch information
Krashly authored Oct 15, 2023
1 parent 02204fc commit 8ae3496
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
1 change: 0 additions & 1 deletion code/_globalvars/lists/loadout_categories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#define LOADOUT_SUBCATEGORIES_DON19 "Shalun228"
#define LOADOUT_SUBCATEGORIES_DON20 "Noonar"
#define LOADOUT_SUBCATEGORIES_DON21 "Kalifa"
#define LOADOUT_SUBCATEGORIES_DON22 "Troll_Andrew"

GLOBAL_LIST_INIT(loadout_categories, list(
LOADOUT_CATEGORY_ACCESSORY = LOADOUT_SUBCATEGORIES_NONE,
Expand Down
32 changes: 16 additions & 16 deletions modular_bluemoon/krashly/code/game/objects/items/item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -254,54 +254,54 @@
name = "Alchemist's Book"
slot = ITEM_SLOT_BACKPACK
path = /obj/item/paper/book_alch
ckeywhitelist = list("Troll_Andrew")
subcategory = LOADOUT_SUBCATEGORIES_DON22
ckeywhitelist = list("trollandrew")
subcategory = LOADOUT_SUBCATEGORIES_DON18

/datum/gear/donator/bm/cat_alch
name = "Alchemist's Neko Wallet"
slot = ITEM_SLOT_BACKPACK
path = /obj/item/storage/wallet/cat_alch
ckeywhitelist = list("Troll_Andrew")
subcategory = LOADOUT_SUBCATEGORIES_DON22
ckeywhitelist = list("trollandrew")
subcategory = LOADOUT_SUBCATEGORIES_DON18

/datum/gear/donator/bm/vape
name = "Vape"
slot = ITEM_SLOT_BACKPACK
path = /obj/item/clothing/mask/vape
ckeywhitelist = list("Troll_Andrew")
subcategory = LOADOUT_SUBCATEGORIES_DON22
ckeywhitelist = list("trollandrew")
subcategory = LOADOUT_SUBCATEGORIES_DON18

/datum/gear/donator/bm/electropack
name = "Electropack"
slot = ITEM_SLOT_HANDS
path = /obj/item/electropack
ckeywhitelist = list("Troll_Andrew")
subcategory = LOADOUT_SUBCATEGORIES_DON22
ckeywhitelist = list("trollandrew")
subcategory = LOADOUT_SUBCATEGORIES_DON18

/datum/gear/donator/bm/straight_jacket
name = "Straight Jacket"
slot = ITEM_SLOT_OCLOTHING
path = /obj/item/clothing/suit/straight_jacket
ckeywhitelist = list("Troll_Andrew")
subcategory = LOADOUT_SUBCATEGORIES_DON22
ckeywhitelist = list("trollandrew")
subcategory = LOADOUT_SUBCATEGORIES_DON18

/datum/gear/donator/bm/boxing
name = "Boxing Gloves"
slot = ITEM_SLOT_GLOVES
path = /obj/item/clothing/gloves/boxing
ckeywhitelist = list("Troll_Andrew")
subcategory = LOADOUT_SUBCATEGORIES_DON22
ckeywhitelist = list("trollandrew")
subcategory = LOADOUT_SUBCATEGORIES_DON18

/datum/gear/donator/bm/coconut_bong
name = "Coconut Bong"
slot = ITEM_SLOT_BACKPACK
path = /obj/item/bong/coconut
ckeywhitelist = list("Troll_Andrew")
subcategory = LOADOUT_SUBCATEGORIES_DON22
ckeywhitelist = list("trollandrew")
subcategory = LOADOUT_SUBCATEGORIES_DON18

/datum/gear/donator/bm/armyknife
name = "Army Knife"
slot = ITEM_SLOT_BACKPACK
path = /obj/item/armyknife
ckeywhitelist = list("Troll_Andrew")
subcategory = LOADOUT_SUBCATEGORIES_DON22
ckeywhitelist = list("trollandrew")
subcategory = LOADOUT_SUBCATEGORIES_DON18

0 comments on commit 8ae3496

Please sign in to comment.