Files
Bubberstation/code/modules/mining
SyncIt21 6b6a22ee71 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
/🆑
2024-02-16 19:48:52 +01:00
..
2023-12-09 13:31:50 +01:00
2023-09-04 21:37:16 -06:00