Custom items 15/01 (#10999)

This commit is contained in:
Alberyk
2021-01-19 15:50:46 -03:00
committed by GitHub
parent 723e387be7
commit 58467ce2a3
34 changed files with 23 additions and 478 deletions
-1
View File
@@ -93,7 +93,6 @@ They sell generic supplies and ask for generic supplies.
/obj/item/storage/bag/plants = TRADER_THIS_TYPE,
/obj/item/storage/bag/ore = TRADER_THIS_TYPE,
/obj/item/storage/toolbox = TRADER_ALL,
/obj/item/storage/toolbox/fluff = TRADER_BLACKLIST_ALL, // Custom items
/obj/item/storage/wallet = TRADER_THIS_TYPE,
/obj/item/storage/wallet/fluff = TRADER_BLACKLIST_ALL, // Custom items
/obj/item/storage/photo_album = TRADER_THIS_TYPE,
-3
View File
@@ -7,7 +7,6 @@
possible_wanted_items = list(
/obj/item/material/kitchen/utensil = TRADER_SUBTYPES_ONLY, // Customers keep stealing their cutlery
/obj/item/material/kitchen/utensil/fork/fluff = TRADER_BLACKLIST_ALL, // No custom items
/obj/item/material/kitchen/utensil/knife/boot = TRADER_BLACKLIST // No boot knifes
)
@@ -48,7 +47,6 @@
possible_wanted_items = list(
/obj/item/material/kitchen/utensil = TRADER_SUBTYPES_ONLY, // Customers keep stealing their cutlery
/obj/item/material/kitchen/utensil/fork/fluff = TRADER_BLACKLIST_ALL, // No custom items
/obj/item/material/kitchen/utensil/knife/boot = TRADER_BLACKLIST // No boot knifes
)
@@ -165,7 +163,6 @@
)
possible_wanted_items = list(
/obj/item/material/kitchen/utensil = TRADER_SUBTYPES_ONLY, // Customers keep stealing their cutlery
/obj/item/material/kitchen/utensil/fork/fluff = TRADER_BLACKLIST_ALL, // No custom items
/obj/item/material/kitchen/utensil/knife/boot = TRADER_BLACKLIST // No boot knifes
)
-1
View File
@@ -139,7 +139,6 @@
/obj/item/clothing/under/tactical = TRADER_BLACKLIST,
/obj/item/clothing/under/punpun = TRADER_BLACKLIST,
/obj/item/clothing/under/fluff = TRADER_BLACKLIST_ALL,
/obj/item/clothing/under/dress/fluff = TRADER_BLACKLIST_ALL,
/obj/item/clothing/under/rank/centcom_officer/bst = TRADER_BLACKLIST,
/obj/item/clothing/suit/storage/hooded = TRADER_SUBTYPES_ONLY,
/obj/item/clothing/suit/storage/hooded/wintercoat/fluff = TRADER_BLACKLIST_ALL,