From fc0ed73c5a193ea43da423cbfba98ba3796417be Mon Sep 17 00:00:00 2001 From: JoeHammad1844 <130668733+JoeHammad1844@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:16:31 +1100 Subject: [PATCH] knives get throwing damage (#22248) --- .../Prototypes/Entities/Objects/Weapons/Melee/knife.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index ec813c1a40..5ab16c6712 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -89,6 +89,12 @@ damage: types: Slash: 10 + - type: EmbeddableProjectile + sound: /Audio/Weapons/star_hit.ogg + - type: DamageOtherOnHit + damage: + types: + Slash: 10 - type: Item sprite: Objects/Weapons/Melee/combat_knife.rsi - type: DisarmMalus -- 2.51.2