Fixes all modular computers being called "processing unit" (#71478)

## About The Pull Request
That's it, really. The processing unit was giving its name to the
console, rather than it being the other way around.

## Why It's Good For The Game
It's nice when machines are named the way they're meant to be named.

## Changelog

🆑 GoldenAlpharex
fix: Modular computers will now no longer all be called "processing
unit", and will all have their own unique names once again.
/🆑
This commit is contained in:
GoldenAlpharex
2022-11-24 15:38:22 -05:00
committed by GitHub
parent b5458bb5a6
commit 1861fe48a4
@@ -14,8 +14,8 @@
/obj/item/modular_computer/processor/UpdateDisplay()
. = ..()
//update the name with us
machinery_computer.name = name
//update our name to match the computer's
name = machinery_computer.name
/obj/item/modular_computer/processor/Initialize(mapload)
if(!istype(loc, /obj/machinery/modular_computer))