Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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