diff --git a/Resources/Audio/Weapons/licenses.txt b/Resources/Audio/Weapons/licenses.txt index f5b81bbdc3..b16fcd263a 100644 --- a/Resources/Audio/Weapons/licenses.txt +++ b/Resources/Audio/Weapons/licenses.txt @@ -11,3 +11,5 @@ BoxingPunch 1, 2, and 3 taken from Ryan Conway at https://freesound.org/people/r boxingbell.ogg taken from Herkules92 at https://freesound.org/people/Herkules92/sounds/520998/ under CC0 1.0 block_metal1.ogg taken from https://github.com/Citadel-Station-13/Citadel-Station-13/commit/31c5996a5db8cce0cb431cb1dc20d99cac83f268 under CC BY-SA 3.0 + +pierce.ogg taken from: https://github.com/tgstation/tgstation/commit/106cd26fc00851a51dd362f3131120318d848a53 \ No newline at end of file diff --git a/Resources/Audio/Weapons/pierce.ogg b/Resources/Audio/Weapons/pierce.ogg new file mode 100644 index 0000000000..d214892632 Binary files /dev/null and b/Resources/Audio/Weapons/pierce.ogg differ diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index e5219d5759..0d55184ad9 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -132,6 +132,15 @@ - type: Damageable damageContainer: Biological damageModifierSet: Scale + - type: MeleeWeapon + hitSound: + path: /Audio/Weapons/pierce.ogg + range: 0.8 + arcwidth: 30 + arc: fist + damage: + types: + Piercing: 5 - type: Temperature heatDamageThreshold: 400 coldDamageThreshold: 285