diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index 7aa17b141c..3b1fe2c507 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -207,6 +207,9 @@ - type: AddAccentClothing accent: ReplacementAccent replacement: mumble + - type: Construction + graph: Muzzle + node: muzzle - type: entity parent: ClothingMaskPullableBase diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/muzzle.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/muzzle.yml new file mode 100644 index 0000000000..025c9d3e89 --- /dev/null +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/muzzle.yml @@ -0,0 +1,15 @@ +- type: constructionGraph + id: Muzzle + start: start + graph: + - node: start + edges: + - to: muzzle + steps: + - material: Steel + amount: 2 + - material: Cloth + amount: 3 + doAfter: 10 + - node: muzzle + entity: ClothingMaskMuzzle diff --git a/Resources/Prototypes/Recipes/Crafting/improvised.yml b/Resources/Prototypes/Recipes/Crafting/improvised.yml index 3e16cee20f..f61df9c8fe 100644 --- a/Resources/Prototypes/Recipes/Crafting/improvised.yml +++ b/Resources/Prototypes/Recipes/Crafting/improvised.yml @@ -22,6 +22,19 @@ icon: Objects/Misc/cablecuffs.rsi/cuff.png objectType: Item +- type: construction + name: muzzle + id: muzzle + graph: Muzzle + startNode: start + targetNode: muzzle + category: construction-category-tools + objectType: Item + description: "A muzzle to shut your victim up." + icon: + sprite: Clothing/Mask/muzzle.rsi + state: icon + - type: construction name: improvised pneumatic cannon id: pneumaticcannon