diff --git a/modular_skyrat/modules/mold/code/mold_structures.dm b/modular_skyrat/modules/mold/code/mold_structures.dm index 0603793184c..3b5213395ff 100644 --- a/modular_skyrat/modules/mold/code/mold_structures.dm +++ b/modular_skyrat/modules/mold/code/mold_structures.dm @@ -380,7 +380,13 @@ /obj/structure/mold/structure/spawner/Initialize(mapload) . = ..() - AddComponent(/datum/component/spawner, mold_type.mob_types, mold_type.spawn_cooldown, mold_type.max_spawns, list(FACTION_MOLD), "emerges from") + AddComponent(/datum/component/spawner, \ + spawn_types = mold_type.mob_types, \ + spawn_time = mold_type.spawn_cooldown, \ + max_spawned = mold_type.max_spawns, \ + faction = list(FACTION_MOLD), \ + spawn_text = "emerges from", \ + ) #undef CORE_RETALIATION_COOLDOWN #undef MOLD_BULB_ALPHA