From: Dakamakat <52600490+dakamakat@users.noreply.github.com> Date: Thu, 28 Dec 2023 03:34:32 +0000 (+0300) Subject: Change id insertion sound (#23007) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1d065394327fa8a549d3f30cb4e1a9aae5887180;p=space-station-14.git Change id insertion sound (#23007) * feat(id audio): add id insertion sound * feat(pda): change id insertion sound * feat(minor): change filename * feat(attributions): update license --- diff --git a/Resources/Audio/Machines/attributions.yml b/Resources/Audio/Machines/attributions.yml index c7859e9ba1..ed57153352 100644 --- a/Resources/Audio/Machines/attributions.yml +++ b/Resources/Audio/Machines/attributions.yml @@ -147,3 +147,8 @@ license: "CC0-1.0" copyright: "Samuel Gremaud on freesound.org" source: "https://freesound.org/people/SamuelGremaud/sounds/455375/" + +- files: ["id_insert.ogg"] + license: "CC0-1.0" + copyright: "dakamakat on freesound.org" + source: "https://freesound.org/people/Dakamakat/sounds/717370/" diff --git a/Resources/Audio/Machines/id_insert.ogg b/Resources/Audio/Machines/id_insert.ogg new file mode 100644 index 0000000000..9006ff5d11 Binary files /dev/null and b/Resources/Audio/Machines/id_insert.ogg differ diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index a493efd413..54a2563c02 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -32,7 +32,7 @@ idSlot: name: ID Card ejectSound: /Audio/Machines/id_swipe.ogg - insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg + insertSound: /Audio/Machines/id_insert.ogg whitelist: components: - IdCard @@ -73,7 +73,7 @@ priority: -1 name: Cartridge ejectSound: /Audio/Machines/id_swipe.ogg - insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg + insertSound: /Audio/Machines/id_insert.ogg whitelist: components: - Cartridge @@ -100,7 +100,7 @@ - DoorBumpOpener - type: Input context: "human" - + - type: entity parent: BasePDA id: BaseMedicalPDA @@ -540,7 +540,7 @@ accentVColor: "#2a4b5b" - type: Icon state: pda-paramedic - + - type: entity parent: BaseMedicalPDA id: ChemistryPDA @@ -735,7 +735,7 @@ priority: -1 name: Cartridge ejectSound: /Audio/Machines/id_swipe.ogg - insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg + insertSound: /Audio/Machines/id_insert.ogg whitelist: components: - Cartridge @@ -1023,7 +1023,7 @@ priority: -1 name: Cartridge ejectSound: /Audio/Machines/id_swipe.ogg - insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg + insertSound: /Audio/Machines/id_insert.ogg whitelist: components: - Cartridge