organs NEW to INIT (#17050)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2025-02-07 18:30:20 +01:00
committed by GitHub
parent 71627d97ce
commit bb6a263e2f
12 changed files with 143 additions and 117 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 ..()