mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Custom items 15/01 (#10999)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user