[MIRROR] Merge MACHINE/port_gen/Initialize definitions [MDB IGNORE] (#9429)

* Merge MACHINE/port_gen/Initialize definitions (#62747)

This apparently happened in 58d0f12c5c, four year ago, where a New()
was renamed to Initialize().

Apparently in this case, the second definition runs first, and the first
definition runs in the second's parent call. Since the second immediately
calls the first as a parent call, just merging them with the first's body
first preserves behavior.

This is slightly horrifying.

* Merge MACHINE/port_gen/Initialize definitions

Co-authored-by: esainane <esainane+github@gmail.com>
This commit is contained in:
SkyratBot
2021-11-13 09:02:30 -05:00
committed by GitHub
co-authored by esainane
parent 9a58a61c6c
commit 5aeef22b2f
-3
View File
@@ -94,9 +94,6 @@
if(anchored)
connect_to_network()
/obj/machinery/power/port_gen/pacman/Initialize(mapload)
. = ..()
var/obj/S = sheet_path
sheet_name = initial(S.name)