[MIRROR] Fixes 118(give or take) cases of mapload not being passed to initilaize [MDB IGNORE] (#15546)

* Fixes 118(give or take) cases of mapload not being passed to initilaize (#69107)

fixes 114 cases of mapload not being passed to initilaize

* Fixes 118(give or take) cases of mapload not being passed to initilaize

* Fixes a lot (give or take) cases of mapload not being passed to initilaize

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-08-11 08:31:27 -07:00
committed by GitHub
co-authored by MrMelbert Tom
parent 287b7e38e0
commit 24c9fc0296
180 changed files with 361 additions and 368 deletions
@@ -16,7 +16,7 @@
greyscale_colors = CIRCUIT_COLOR_ENGINEERING
build_path = /obj/machinery/computer/station_goal
/obj/machinery/computer/station_goal/Initialize()
/obj/machinery/computer/station_goal/Initialize(mapload)
. = ..()
station_goal_cache = subtypesof(/datum/station_goal)