Adds some bit running construction qol (#92217)

## About The Pull Request
- Closes #92210

1) Bit Forge can be deconstructed with a screwdriver & crowbar like a
normal machine
2) Adds examines & screentips for netpod, bitforge(icon for panel open
state added) & quantum server on how to deconstruct them. New icon state
for when bitforge has its panel open is shown below
<img width="210" height="103" alt="Screenshot (497)"
src="https://github.com/user-attachments/assets/bb44c78d-1f0e-468f-9a79-ebc5800edd09"
/>

3) Moved bitrunning machine designs into files that exist to hold that
type of code

## Changelog
🆑
code: moved designs & circuitboards for bitrunning into their correct
files
qol: adds examines & screentips for bitrunning netpod, bitforge & server
on how to deconstruct them
fix: bitforge can be deconstructed with a screwdriver & crowbar
/🆑
This commit is contained in:
SyncIt21
2025-08-05 19:02:56 +10:00
committed by GitHub
parent 72bbbfd0d4
commit bb38209bb4
10 changed files with 155 additions and 103 deletions
@@ -16,6 +16,11 @@
. = ..()
find_server()
/obj/machinery/computer/quantum_console/examine(mob/user)
. = ..()
if(!server_ref)
. += span_warning("Please install an quantum server in any tile next to this console.")
/obj/machinery/computer/quantum_console/ui_interact(mob/user, datum/tgui/ui)
. = ..()