mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
Sensors can now be printed, removed and installed on jumpsuits. HANDCRAFTED jumpsuits no longer have sensors by default (also mild crafting refactor) (#93121)
Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This commit is contained in:
@@ -594,7 +594,8 @@ GLOBAL_LIST_INIT(durathread_recipes, list ( \
|
||||
. = ..()
|
||||
. += GLOB.durathread_recipes
|
||||
|
||||
/obj/item/stack/sheet/durathread/on_item_crafted(mob/builder, atom/created)
|
||||
/obj/item/stack/sheet/durathread/used_in_craft(atom/created, datum/crafting_recipe/recipe)
|
||||
. = ..()
|
||||
created.set_armor_rating(CONSUME, max(50, created.get_armor_rating(CONSUME)))
|
||||
|
||||
/obj/item/stack/sheet/cotton
|
||||
|
||||
Reference in New Issue
Block a user