Files
Bubberstation/code/modules/power
SkyratBot 5aeef22b2f [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>
2021-11-13 09:02:30 -05:00
..