mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Blacklists all non-basic radios from the Radio Glove crafting recipe (#64641)
Some possibilities without this change were:
Erasing encryption keys
Erasing sec ear-protecting headsets
Erasing intercoms
Makes it so this doesn't happen anymore.
This commit is contained in:
@@ -632,6 +632,10 @@
|
||||
tool_behaviors = list(TOOL_WIRECUTTER)
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/radiogloves/New()
|
||||
..()
|
||||
blacklist |= subtypesof(/obj/item/radio)
|
||||
|
||||
/datum/crafting_recipe/mixedbouquet
|
||||
name = "Mixed bouquet"
|
||||
result = /obj/item/bouquet
|
||||
|
||||
Reference in New Issue
Block a user