diff --git a/Resources/Audio/SimpleStation14/Items/pen_click_1.ogg b/Resources/Audio/SimpleStation14/Items/pen_click_1.ogg new file mode 100644 index 0000000000..ce9aec3e1e Binary files /dev/null and b/Resources/Audio/SimpleStation14/Items/pen_click_1.ogg differ diff --git a/Resources/Audio/SimpleStation14/Items/pen_click_2.ogg b/Resources/Audio/SimpleStation14/Items/pen_click_2.ogg new file mode 100644 index 0000000000..3245969ccf Binary files /dev/null and b/Resources/Audio/SimpleStation14/Items/pen_click_2.ogg differ diff --git a/Resources/Audio/SimpleStation14/Items/pen_click_3.ogg b/Resources/Audio/SimpleStation14/Items/pen_click_3.ogg new file mode 100644 index 0000000000..0c40ecfc56 Binary files /dev/null and b/Resources/Audio/SimpleStation14/Items/pen_click_3.ogg differ diff --git a/Resources/Audio/SimpleStation14/Items/pen_click_4.ogg b/Resources/Audio/SimpleStation14/Items/pen_click_4.ogg new file mode 100644 index 0000000000..7b4bc4865a Binary files /dev/null and b/Resources/Audio/SimpleStation14/Items/pen_click_4.ogg differ diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 556505a04a..846b3f22a8 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -190,6 +190,11 @@ heldPrefix: pen size: 2 - type: Recyclable + - type: EmitSoundOnUse + sound: + collection: PenClick + - type: UseDelay + delay: 0.2 - type: entity name: Cybersun pen diff --git a/Resources/Prototypes/SimpleStation14/SoundCollections/pen.yml b/Resources/Prototypes/SimpleStation14/SoundCollections/pen.yml new file mode 100644 index 0000000000..a7e5d54d59 --- /dev/null +++ b/Resources/Prototypes/SimpleStation14/SoundCollections/pen.yml @@ -0,0 +1,9 @@ +- type: soundCollection + id: PenClick + files: + # technically the odd ones are click-in and the evens are click-out + # but making it actually toggle would require effort + - /Audio/SimpleStation14/Items/pen_click_1.ogg + - /Audio/SimpleStation14/Items/pen_click_2.ogg + - /Audio/SimpleStation14/Items/pen_click_3.ogg + - /Audio/SimpleStation14/Items/pen_click_4.ogg