[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -19,7 +19,7 @@ GLOBAL_LIST_EMPTY(all_blobs)
var/base_name = "blob" // The name that gets appended along with the blob_type's name.
var/faction = FACTION_BLOB
/obj/structure/blob/Initialize(newloc, new_overmind)
/obj/structure/blob/Initialize(mapload, new_overmind)
if(new_overmind)
overmind = new_overmind
faction = overmind.blob_type.faction