mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Makes some more lists lazy (#94388)
Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
co-authored by
SyncIt21
MrMelbert
parent
b88e1a1328
commit
53ed83bb9d
@@ -162,7 +162,7 @@
|
||||
. = ..()
|
||||
ADD_TRAIT(src, TRAIT_CONTRABAND, INNATE_TRAIT)
|
||||
|
||||
/datum/crafting_recipe/blackmarket_uplink
|
||||
/datum/crafting_recipe/radio_containing/blackmarket_uplink
|
||||
name = "Black Market Uplink"
|
||||
result = /obj/item/market_uplink/blackmarket
|
||||
time = 3 SECONDS
|
||||
@@ -175,8 +175,3 @@
|
||||
/obj/item/analyzer = 1
|
||||
)
|
||||
category = CAT_EQUIPMENT
|
||||
|
||||
/datum/crafting_recipe/blackmarket_uplink/New()
|
||||
..()
|
||||
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