[MIRROR] organs NEW to INIT (#10103)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-08 04:43:04 +01:00
committed by GitHub
co-authored by Kashargul
parent ad1eb24b96
commit 9fbaf7932d
13 changed files with 153 additions and 127 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
var/identity_type = /datum/identification
var/init_hide_identity = FALSE // Set to true to automatically obscure the object on initialization.
/obj/item/Initialize()
/obj/item/Initialize(mapload)
if(init_hide_identity)
identity = new identity_type(src)
return ..()