diff --git a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml index 1f9f9a9854..9d61b5de1a 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml @@ -20,6 +20,7 @@ - type: Tool qualities: - Prying + speed: 1.5 - type: MultipleTool statusShowBehavior: true entries: diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 4638e9b2dd..9822302ed4 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -198,6 +198,7 @@ - type: Tool qualities: - Screwing + speed: 1.5 - type: MultipleTool statusShowBehavior: true entries: diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml index 089090b418..31fac717b7 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/welders.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -90,6 +90,11 @@ - ReagentId: WeldingFuel Quantity: 25 maxVol: 25 + - type: Tool + useSound: + collection: Welder + qualities: Welding + speed: 0.7 - type: PointLight enabled: false radius: 1.0 diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml index 689382908a..901e6c9063 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml @@ -16,7 +16,7 @@ edges: - to: start steps: - - tool: Screwing + - tool: Welding doAfter: 5 conditions: - !type:StorageWelded diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml index 0ac6888f17..b194ea550f 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml @@ -16,7 +16,7 @@ edges: - to: start steps: - - tool: Screwing + - tool: Welding doAfter: 5 conditions: - !type:StorageWelded