diff --git a/Resources/Audio/Effects/hug.ogg b/Resources/Audio/Effects/hug.ogg deleted file mode 100644 index 934ec6350f..0000000000 Binary files a/Resources/Audio/Effects/hug.ogg and /dev/null differ diff --git a/Resources/Audio/Effects/licenses.txt b/Resources/Audio/Effects/licenses.txt index 9a49b6d509..ee7381179e 100644 --- a/Resources/Audio/Effects/licenses.txt +++ b/Resources/Audio/Effects/licenses.txt @@ -11,8 +11,6 @@ fire.ogg taken and edited from https://freesound.org/people/raremess/sounds/2225 holy.ogg taken from https://freesound.org/people/random_intruder/sounds/392172/ and edited -hug.ogg taken from /tg/station at https://github.com/tgstation/tgstation/blob/e6624ac8aed150668bb4e61c3a48372cc757bfd4/sound/weapons/thudswoosh.ogg - Under license: CC BY-SA 3.0 - internals.ogg taken from CEV-Eris at https://github.com/discordia-space/CEV-Eris/blob/f02a6e2c29b41c28b1cf4d8f897cb8f090f43552/sound/effects/internals.ogg - Under license: CC BY-SA 3.0. Edited by metalgearsloth to amplify the volume poster_broken.ogg taken from https://github.com/tgstation/tgstation/blob/2834383245d2129a106acef3afd17b81e1e64777/sound/items/poster_ripped.ogg diff --git a/Resources/Prototypes/Entities/Mobs/Player/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Player/dwarf.yml index da76761181..bee4dd5706 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dwarf.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dwarf.yml @@ -10,7 +10,7 @@ - type: InteractionPopup successChance: 1 interactSuccessString: hugging-success-generic - interactSuccessSound: /Audio/Effects/hug.ogg + interactSuccessSound: /Audio/Effects/thudswoosh.ogg messagePerceivedByOthers: hugging-success-generic-others - type: Mind showExamineInfo: true diff --git a/Resources/Prototypes/Entities/Mobs/Player/human.yml b/Resources/Prototypes/Entities/Mobs/Player/human.yml index 0f0b3d0693..56a3f81286 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/human.yml @@ -10,7 +10,7 @@ - type: InteractionPopup successChance: 1 interactSuccessString: hugging-success-generic - interactSuccessSound: /Audio/Effects/hug.ogg + interactSuccessSound: /Audio/Effects/thudswoosh.ogg messagePerceivedByOthers: hugging-success-generic-others - type: Mind showExamineInfo: true diff --git a/Resources/Prototypes/Entities/Mobs/Player/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Player/reptilian.yml index c56ef5ba83..e34bec9573 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/reptilian.yml @@ -10,7 +10,7 @@ - type: InteractionPopup successChance: 1 interactSuccessString: hugging-success-generic - interactSuccessSound: /Audio/Effects/hug.ogg + interactSuccessSound: /Audio/Effects/thudswoosh.ogg messagePerceivedByOthers: hugging-success-generic-others - type: Mind showExamineInfo: true diff --git a/Resources/Prototypes/Entities/Mobs/Player/skeleton.yml b/Resources/Prototypes/Entities/Mobs/Player/skeleton.yml index f6d140151c..d42b58035c 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/skeleton.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/skeleton.yml @@ -6,7 +6,7 @@ - type: InteractionPopup successChance: 1 interactSuccessString: hugging-success-generic - interactSuccessSound: /Audio/Effects/hug.ogg + interactSuccessSound: /Audio/Effects/thudswoosh.ogg messagePerceivedByOthers: hugging-success-generic-others - type: Mind showExamineInfo: true diff --git a/Resources/Prototypes/Entities/Mobs/Player/slime.yml b/Resources/Prototypes/Entities/Mobs/Player/slime.yml index f72f9b7b37..569d307048 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/slime.yml @@ -8,7 +8,7 @@ - type: InteractionPopup successChance: 1 interactSuccessString: hugging-success-generic - interactSuccessSound: /Audio/Effects/hug.ogg + interactSuccessSound: /Audio/Effects/thudswoosh.ogg messagePerceivedByOthers: hugging-success-generic-others - type: Mind showExamineInfo: true diff --git a/Resources/Prototypes/Entities/Mobs/Player/vox.yml b/Resources/Prototypes/Entities/Mobs/Player/vox.yml index ab9fbefd91..1206ba8e16 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/vox.yml @@ -9,7 +9,7 @@ - type: InteractionPopup successChance: 1 interactSuccessString: hugging-success-generic - interactSuccessSound: /Audio/Effects/hug.ogg + interactSuccessSound: /Audio/Effects/thudswoosh.ogg messagePerceivedByOthers: hugging-success-generic-others - type: Mind showExamineInfo: true