Files
Bubberstation/code/modules/paperwork
_0Steven cfc94ebaa7 Refactor folder attackby into item interaction procs, adding screentips and consistency (#91252)
## About The Pull Request

Folders still used `attackby(...)` where they should be using
`item_interaction(...)`, and this aims to resolve that.
Or, well, the primary thing that started this was the following code:

a165e9e1ef/code/modules/paperwork/paper.dm (L417-L421)
Evil.

So this aims to rectify one of those issues, by refactoring folders'
interactions into the modern systems.
In the process we add screentips, and play some animations/sounds where
we didn't for consistency.

...Also adjusts the balloon alert played when trying to insert paper
into a closed biscuit card from `"unopened!"` to `"open first!"`,
because that feels clearer to the player as to what the issue is.
## Why It's Good For The Game

Less weird inventory jank.
Screentips good.
Having sounds and animations for interactions is good, having
_consistent_ sounds and animations is better.
2025-05-29 16:19:42 -04:00
..