mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user