mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Fixes all modular computers being called "processing unit" [MDB IGNORE] (#17732)
* 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. /🆑 * Fixes all modular computers being called "processing unit" Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
co-authored by
GoldenAlpharex
parent
f59b36a6b6
commit
d78d7bec29
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user