Custom item purge (#9016)

This commit is contained in:
Alberyk
2020-06-05 18:55:45 -03:00
committed by GitHub
parent 6f1e29fc7f
commit bdb8cbda46
66 changed files with 2 additions and 1173 deletions
+1 -3
View File
@@ -104,9 +104,7 @@ They sell generic supplies and ask for generic supplies.
/obj/item/clothing/glasses/sunglasses/blindfold/tape = TRADER_BLACKLIST, // Literally just tape over someone's eyes
/obj/item/clothing/glasses/chameleon = TRADER_BLACKLIST, // traitor stuff
/obj/item/clothing/glasses/sunglasses/bst = TRADER_BLACKLIST, // BlueSpaceTech glasses
/obj/item/clothing/glasses/fluff = TRADER_BLACKLIST_ALL, // Custom items
/obj/item/clothing/glasses/welding/fluff = TRADER_BLACKLIST_ALL, // Custom items
/obj/item/clothing/glasses/regular/fluff = TRADER_BLACKLIST_ALL // Custom items
/obj/item/clothing/glasses/welding/fluff = TRADER_BLACKLIST_ALL // Custom items
)
insult_drop = 0
-3
View File
@@ -165,7 +165,6 @@
/obj/item/clothing/shoes/magboots = TRADER_BLACKLIST_ALL,
/obj/item/clothing/shoes/swat = TRADER_BLACKLIST,
/obj/item/clothing/shoes/syndigaloshes = TRADER_BLACKLIST,
/obj/item/clothing/shoes/jackboots/toeless/fluff = TRADER_BLACKLIST_ALL,
/obj/item/clothing/shoes/black/bst = TRADER_BLACKLIST
)
@@ -184,8 +183,6 @@
/obj/item/clothing/gloves/rig = TRADER_BLACKLIST_ALL,
/obj/item/clothing/gloves/chameleon = TRADER_BLACKLIST,
/obj/item/clothing/gloves/force = TRADER_BLACKLIST_ALL,
/obj/item/clothing/gloves/swat/fluff = TRADER_BLACKLIST_ALL,
/obj/item/clothing/gloves/black/fluff = TRADER_BLACKLIST_ALL,
/obj/item/clothing/gloves/swat/bst = TRADER_BLACKLIST,
/obj/item/clothing/gloves/watch/fluff = TRADER_BLACKLIST_ALL,
/obj/item/clothing/gloves/fluff = TRADER_BLACKLIST_ALL,