Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

made pens clicky #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
heldPrefix: pen
size: 2
- type: Recyclable
- type: EmitSoundOnUse
sound:
collection: PenClick
- type: UseDelay
delay: 0.2
Comment on lines 190 to +197
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about fountain pens? Those'll click as well.

Truly a fatal flaw. 😔


- type: entity
name: Cybersun pen
Expand Down
DEATHB4DEFEAT marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -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