mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[MIRROR] organs NEW to INIT (#10103)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
ad1eb24b96
commit
9fbaf7932d
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user