Files
Bubberstation/code/modules/mining
SkyratBot faf5f25531 [MIRROR] General maintenance for ore box (#26526)
* General maintenance for ore box (#81459)

## About The Pull Request
**1. Qol**
- Adds examines & screentips for crowbar, ore & boulder insertion
- Empty button of ore box greys out when the box is empty

**2. Code**
- Cleaned up `dump_box_contents()` proc. It was doing way too much
excessive checking for if the box or its contents was deleted & was
setting the plane of the ore when dropped onto the turf via tick check?
Just completely unnecessary
- Removed `type` when sending ui data, use the `id` provided by the ui
instead. Boulders & ores are wrapped up in the same `materials` list &
we use only 1 for loop when checking for content types
- Corrected return value of `crowbar_act`
- `attack_hand()` & `attack_robot()` are unnecessary because
`ui_interact()` covers both cases

**3. Spellcheck**
- Corrected description & ui notice of ore box to specify it can carry
boulders as well

## Changelog
🆑
qol: adds examines & screentips for ore box
code: cleans up some procs for ore box
spellcheck: corrected description & ui notice of ore box to specify it
can hold boulders too
/🆑

* General maintenance for ore box

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
2024-02-16 16:17:02 -05:00
..