[MIRROR] Modular machinery computer UI opens again [MDB IGNORE] (#21951)

* Modular machinery computer UI opens again (#76187)

**Problem Reproduction**
1. Find/Make any instance of `/obj/machinery/modular_computer`
2. Try opening its UI
3. Doesn't work

**The Solution**
Assign the processor's `physical` var with the computer that it's inside
in.

* Modular machinery computer UI opens again

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-06-21 15:20:04 -04:00
committed by GitHub
co-authored by SyncIt21
parent 46fdc06a39
commit 9ceab285af
@@ -22,6 +22,7 @@
CRASH("A non '/obj/machinery/modular_computer' had a [src] initialized in it!")
// Obtain reference to machinery computer
physical = loc
machinery_computer = loc
machinery_computer.cpu = src
internal_cell = machinery_computer.internal_cell