mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user