From 38a0ca71f74f432f9db93b9212b7bc2dd41e4592 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:45:00 -0700 Subject: [PATCH] Fixes swords not being able to be used to make bats (#32075) Give BaseSword slicing quality --- Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index 436530460e..44e98538ad 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -15,6 +15,9 @@ - type: Utensil types: - Knife + - type: Tool + qualities: + - Slicing - type: entity name: captain's sabre -- 2.51.2