[MIRROR] Blacklist fix for self crafting (#253)

* Blacklist fix for self crafting  (#52804)

* First fix

* Ugggh

* Blacklist fix for self crafting

Co-authored-by: WarlockD <warlockd@gmail.com>
This commit is contained in:
SkyratBot
2020-08-10 17:30:40 +01:00
committed by GitHub
co-authored by WarlockD
parent a2035500a2
commit f9a2fc2495
2 changed files with 8 additions and 8 deletions
@@ -163,4 +163,5 @@
/datum/crafting_recipe/blackmarket_uplink/New()
..()
blacklist |= subtypesof(/obj/item/radio/)
blacklist |= typesof(/obj/item/radio/headset) // because we got shit like /obj/item/radio/off ... WHY!?!
blacklist |= typesof(/obj/item/radio/intercom)