Blacklist fix for self crafting (#52804)

* First fix

* Ugggh
This commit is contained in:
WarlockD
2020-08-10 10:21:36 -05:00
committed by GitHub
parent 5819d24ac0
commit ff6d4ebe4a
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)